| chrome_to_body | R Documentation |
To use this function, simply copy the Query String
Parameters returned by Chrome when analyzing the network flow of
a web page. Paste these QSPs into an R string with double quotes
(as you would to create any string) and pass it to
chrome_to_body(); the function will print to the console a
formatted command that creates a list with the QSPs. This list
works perfectly with httr::GET() and httr::POST() so that
you can easily reproduce a website's behavior.
chrome_to_body(x)
x |
A string with Chrome's Query String Parameters |
httr::GET(), httr::POST()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.