powered by
fetch_lto_file() downloads LTO version JSON files hosted on the Theme Ontology website at https://www.themeontology.org/data to cache.
fetch_lto_file()
fetch_lto_file(file_name, verbose = TRUE, overwrite_json = FALSE)
A logical value indicating whether status messages should be output to console.
A logical value indicating whether previously downloaded JSON files (if any) should be re-downloaded and overwritten.
This function is called internally by the configure_lto() package function. Use it directly at your own risk.
configure_lto()
if (FALSE) { # Download and cache an LTO developmental version JSON file: fetch_lto_file(file_name = "lto-dev-collections.json", overwrite_json = TRUE) }
Run the code above in your browser using DataLab