powered by
Data is stored in SQLite database
install_sqlite( dataset, file = "sqlite.db", table_name = "{db}_{table}", data_dir = getwd(), debug = FALSE, use_cache = TRUE, force = FALSE, hash_value = NULL )
No return value, installs datasets into SQLite database
the name of the dataset that you wish to install or path to a committed dataset zip file
Sqlite database file name or path
table name for installing of dataset
the dir path to store the db, defaults to working dir
setting TRUE helps in debugging in case of errors
setting FALSE reinstalls scripts even if they are already installed
setting TRUE doesn't prompt for confirmation while installing committed datasets when changes are discovered in environment
the hash value of committed dataset when installing from provenance directory
if (FALSE) { rdataretriever::install_sqlite(dataset = "iris", file = "sqlite.db") }
Run the code above in your browser using DataLab