nod | R Documentation |
Agree modification of session path with the host
nod(bow, path, verbose = FALSE)
bow |
object of class |
path |
string value of path/URL to follow. The function accepts either a path (string part of URL following domain name) or a full URL |
verbose |
|
object of class polite
, session
with modified URL
library(polite)
host <- "https://www.cheese.com"
session <- bow(host) %>%
nod(path="by_type")
session
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.