Skip to content

Commit

Permalink
Removed mapping functions
Browse files Browse the repository at this point in the history
  • Loading branch information
keberwein committed Mar 12, 2024
1 parent 856e661 commit 81337a8
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 867 deletions.
10 changes: 5 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
export("%<>%")
export("%>%")
export(bls_api)
export(bls_map_county)
export(bls_map_state)
#export(bls_map_county)
#export(bls_map_state)
export(dateCast)
export(firstupper)
export(get_bls_county)
export(get_bls_state)
#export(get_bls_county)
#export(get_bls_state)
export(inflation_adjust)
export(map_bls)
#export(map_bls)
export(qcew_api)
export(quick_employed_level)
export(quick_employed_rate)
Expand Down
114 changes: 0 additions & 114 deletions R/get_bls_county.R

This file was deleted.

110 changes: 0 additions & 110 deletions R/get_bls_state.R

This file was deleted.

1 change: 1 addition & 0 deletions R/inflation.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ inflation_adjust <- function(base_year=NA, ...){
if (nchar(base_year) != 4){
stop(message("Please enter your date as a four-digit integer."))
}

#Load file from BLS servers
temp <- tempfile()
# Add urlEXists here.
Expand Down
140 changes: 0 additions & 140 deletions R/map_bls.R

This file was deleted.

Loading

0 comments on commit 81337a8

Please sign in to comment.