Scrape the content of authorized page/API
scrape(bow, query = NULL, params = NULL, accept = "html",
content = NULL, verbose = FALSE)Object of class httr::response which can be further processed by functions in rvest package
host introduction object of class polite, session created by bow() or nod()
named list of parameters to be appended to URL in the format list(param1=valA, param2=valB)
deprecated. Use query argument above.
character value of expected data type to be returned by host (e.g. html, json, xml, csv, txt, etc.)
MIME type (aka internet media type) used to override the content type returned by the server.
See http://en.wikipedia.org/wiki/Internet_media_type for a list of common types. You can add the charset parameter to override the server's default encoding
extra feedback from the function. Defaults to FALSE