cordis_import.Rd
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"
)
the repo slug for the GitHub repo with a release containing an export made using this package, Default: 'kth-library/cordis-data'
logical indicating whether to reimport overwriting existing data, Default: FALSE
logical whether to display messages, Default: TRUE
release version for data to use
invisible TRUE on success
if (FALSE) { # \dontrun{
if(interactive()){
cordis_import()
}
} # }