View source: R/cas_get_sitemap.R
cas_read_db_sitemap | R Documentation |
Read sitemap from local database
cas_read_db_sitemap(db_connection = NULL, db_folder = NULL, ...)
db_connection |
Defaults to NULL. If NULL, uses local SQLite database. If given, must be a connection object or a list with relevant connection settings (see example). |
... |
Passed to |
A data frame with three columns and data stored in the sitemap
table of the local database. The data frame has zero rows if the database
does not exist or no data was previously stored there.
cas_set_options(
base_folder = fs::path(fs::path_temp(), "R", "castarter_data"),
db_folder = fs::path(fs::path_temp(), "R", "castarter_data"),
project = "example_project",
website = "example_website"
)
cas_enable_db()
cas_write_db_sitemap(sitemap = "https://example.com/sitemap.xml")
cas_read_db_sitemap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.