Description Usage Arguments Value
The function parses the JSON object of the request of the reddit API and turns it into a dataframe or vector if so desired.
1 | parse_request(request, verbose, output, after_before = TRUE)
|
request |
The request made to the reddit API |
verbose |
Boolean. A logical flag whether information about the data extraction should be printed to the console. |
output |
What the function should return. Choose |
after_before |
Boolean. A logical flag whether |
A dataframe or vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.