install_xml {rdataretriever} | R Documentation |
Install datasets via the Data Retriever.
Description
Data is stored in XML files
Usage
install_xml(
dataset,
table_name = "{db}_{table}.xml",
data_dir = getwd(),
debug = FALSE,
use_cache = TRUE,
force = FALSE,
hash_value = NULL
)
Arguments
dataset |
the name of the dataset that you wish to install or path to a committed dataset zip file |
table_name |
the name of the database file to store data |
data_dir |
the dir path to store data, defaults to working dir |
debug |
setting TRUE helps in debugging in case of errors |
use_cache |
Setting FALSE reinstalls scripts even if they are already installed |
force |
setting TRUE doesn't prompt for confirmation while installing committed datasets when changes are discovered in environment |
hash_value |
the hash value of committed dataset when installing from provenance directory |
Value
No return value, installs datasets into XML
Examples
## Not run:
rdataretriever::install_xml("iris")
## End(Not run)
[Package rdataretriever version 3.1.1 Index]