View source: R/indexDatabase.R
indexDatabase | R Documentation |
Loads BioticExplorer database and creates an index used by BioticExplorer to save processing time.
indexDatabase(
connection,
dbIndexFile = "~/IMR_biotic_BES_database/dbIndex.rda",
fileOnly = TRUE
)
connection |
Object defining the duckdb connection. Typically made within |
dbIndexFile |
Character string specifying the file path where the index of the database should be saved. Must include |
fileOnly |
Logical indicating whether the result should only be saved to a file and not returned. If FALSE, no file is made and the result is returned instead. |
Mikko Vihtakari, Ibrahim Umar (Institute of Marine Research)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.