You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think set_data_directory() is an extremely useful function to set a persistent directory for stats19, but it's not exported:
remotes::install_github("ropensci/stats19", quiet=TRUE)
library(stats19)
#> Data provided under OGL v3.0. Cite the source and link to:#> www.nationalarchives.gov.uk/doc/open-government-licence/version/3/stats19::set_data_directory#> Error: 'set_data_directory' is not an exported object from 'namespace:stats19'
I think
set_data_directory()
is an extremely useful function to set a persistent directory forstats19
, but it's not exported:Created on 2021-10-20 by the reprex package (v2.0.1)
I think we could 1) export the function and 2) add an example in the README. I can add a PR if you want.
The text was updated successfully, but these errors were encountered: