| sitemaps | R Documentation |
Retrieve a character vector of sitemaps from a parsed robots.txt object
sitemaps(xp)
xp |
A |
charcter vector of all sitemaps found in the parsed robots.txt file
imdb <- paste0(readLines(system.file("extdata", "imdb-robots.txt",
package="rep")), collapse="\n")
rt <- robxp(imdb)
sitemaps(rt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.