generate_metadata_tbl()
generates (and caches) a tibble of LTO
metadata.
generate_metadata_tbl(version, overwrite_rds = FALSE, verbose = TRUE)
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.
A logical value indicating whether previously generated Rds files (if any) should be regenerated and overwritten.
A logical value indicating whether status messages should be output to console.
This function is called internally by the configure_lto()
package function. Use it directly at your own risk.