Description Usage Arguments Value Functions See Also Examples
This must be called by the user, as prompted on package attach with
library(icd)
.
1 2 3 | set_icd_data_dir(path = NULL)
get_icd_data_dir(must_work = TRUE)
|
path |
Path to a directory where cached online raw and parsed data will be cached. It will be created if it doesn't exist. |
must_work |
Logical, the default of |
The path to the cache directory, or NULL
if it could not be
found.
Invisibly returns the data path which was set, or NULL if not done.
get_icd_data_dir
: Get the currently active data directory, and
check it exists and is writable.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
set_icd_data_dir()
# or choose another directory:
# set_icd_data_dir("/var/cache/icd.data")
# If you choose a custom directory, you may wish to add this command to your .Rprofile .
# then you may use:
# download_all_icd_data()
# or let 'icd' download data when needed.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.