View source: R/get_data_file.R
get_data_file | R Documentation |
Leaving outdir blank will provide the data directly. If outdir is not blank, the data file will be saved to the (already created) directory specified.
get_data_file(file_name, outdir = "")
file_name |
name of file to get from the dataverse dataset. |
outdir |
target directory if downloading the file. |
## Not run: get_data_file("file_name.csv.xz", "./outdir")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.