Learn R Programming

stats19 (version 3.4.0)

get_data_directory: Get data download dir

Description

Get data download dir

Usage

get_data_directory()

Arguments

Details

By default, stats19 downloads files to a temporary directory. You can change this behavior to save the files in a permanent directory. This is done by setting the STATS19_DOWNLOAD_DIRECTORY environment variable. A convenient way to do this is by adding STATS19_DOWNLOAD_DIRECTORY=/path/to/a/dir to your .Renviron file, which can be opened by usethis::edit_r_environ().

Examples

Run this code
# get_data_directory()

Run the code above in your browser using DataLab