icd (version 4.0.6)

set_icd_data_dir: Set up the data download cache, give permission to download data

Description

This must be called by the user, as prompted on package attach with library(icd).

Usage

set_icd_data_dir(path = NULL)

get_icd_data_dir(must_work = TRUE)

Arguments

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 TRUE will cause this to stop with an error if a usable icd data directory cannot be found or set.

Value

The path to the resource directory, or NULL if it could not be found.

Invisibly returns the data path which was set, or NULL if not done.

Functions

  • get_icd_data_dir: Get the currently active data directory, and check it exists and is writable.

See Also

download_all_icd_data

Examples

Run this code
# NOT RUN {
set_icd_data_dir()
# or choose another directory:
# set_icd_data_dir("/var/cache/icd.data")
# then you may use:
# download_all_icd_data()
# or let 'icd' download data when needed.
# }

Run the code above in your browser using DataLab