nod {polite} | R Documentation |
Agree modification of session path with the host
Description
Agree modification of session path with the host
Usage
nod(bow, path, verbose = FALSE)
Arguments
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 |
|
Value
object of class polite
, session
with modified URL
Examples
library(polite)
host <- "https://www.cheese.com"
session <- bow(host) %>%
nod(path="by_type")
session
[Package polite version 0.1.3 Index]