cordis_import | R Documentation |
Imports the CORDIS database extract from parquet files, needs to run at least once after package installation
cordis_import(
repo_slug = "kth-library/cordis-data",
refresh = FALSE,
verbose = TRUE,
version = "v0.2.1"
)
repo_slug |
the repo slug for the GitHub repo with a release containing an export made using this package, Default: 'kth-library/cordis-data' |
refresh |
logical indicating whether to reimport overwriting existing data, Default: FALSE |
verbose |
logical whether to display messages, Default: TRUE |
version |
release version for data to use |
invisible TRUE on success
## Not run:
if(interactive()){
cordis_import()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.