generate_collections_tbl {stoRy} | R Documentation |
Generate an LTO collections tibble
Description
generate_collections_tbl()
generates (and caches) a tibble of
LTO thematically annotated collections and accompanying
metadata.
Usage
generate_collections_tbl(version, overwrite_rds = FALSE, verbose = TRUE)
Arguments
version |
A length-one character vector specifying an LTO version tag. Set to "latest" to configure the latest numbered version, and "dev" to configure the LTO developmental version. |
overwrite_rds |
A logical value indicating whether previously generated Rds files (if any) should be regenerated and overwritten. |
verbose |
A logical value indicating whether status messages should be output to console. |
Details
This function is called internally by the configure_lto()
package function. Use it directly at your own risk.
[Package stoRy version 0.2.2 Index]