clone-lto {stoRy} | R Documentation |
Clone LTO data
Description
Clone internally stored active LTO version data.
clone_active_themes_tbl()
returns a tibble of active LTO
version themes.
clone_active_stories_tbl()
returns a tibble of active LTO
version stories.
clone_active_collections_tbl()
returns a tibble of active LTO
version collections.
clone_active_metadata_tbl()
returns a tibble of active LTO
version metadata.
Usage
clone_active_themes_tbl()
clone_active_stories_tbl()
clone_active_collections_tbl()
clone_active_metadata_tbl()
See Also
Run lto-demo to view the LTO demo data help page.
Run lto to find out how to load LTO versions.
Examples
## Not run:
# Make copies of the LTO demo data:
set_lto("demo")
themes_tbl <- clone_active_themes_tbl()
stories_tbl <- clone_active_stories_tbl()
collections_tbl <- clone_active_collections_tbl()
metadata_tbl <- clone_metadatae_stories_tbl()
## End(Not run)
[Package stoRy version 0.2.2 Index]