get_df_file | R Documentation |
Downloads and optionally loads a csv/feather file from a specified version of a dataset
get_df_file(
repo,
filename,
version = NULL,
read = TRUE,
col_types = NULL,
version_already_handled = FALSE
)
repo |
dataset name: 'all_basiclevel', 'reliability', etc. |
filename |
name of a csv/feather file |
version |
version tag to checkout |
read |
If TRUE (default), loads the file. Otherwise, returns the path. |
col_types |
Passed to |
tibble for feather files, data.frame for csv files
## Not run:
get_df_file('all_basiclevel', 'all_basiclevel_NA.csv', version = '0.6.4')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.