Skip to content

Commit

Permalink
fixed cach folder
Browse files Browse the repository at this point in the history
  • Loading branch information
msperlin committed Jan 19, 2021
1 parent 45bddfd commit bfacb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fct_get_info_companies.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' df_info <- get_info_companies()
#' str(df_info)
#' }
get_info_companies <- function(cache_folder = 'gcvmd_cache') {
get_info_companies <- function(cache_folder = 'gdfpd2_cache') {

# create folder
if (!dir.exists(cache_folder)) dir.create(cache_folder)
Expand Down

0 comments on commit bfacb05

Please sign in to comment.