Description Usage Arguments Value Examples
Makes a GET request to RAWG API
1 | rawg_request(app_name, request, dataframe = TRUE, ...)
|
app_name |
character. The user app name. Missing values are not allowed. Every API request should have a User-Agent header with your app name. If you don't provide it, rawg.io may ban your requests. To do this, just pass your app name in the app_name parameter in any function you use in this package. |
request |
The GET request this function will send to the rawg API. |
dataframe |
a logical, i.e., one of FALSE or TRUE, indicating whether to return the response as a data.frame. IF FALSE, the result will be a list that matches the API json response. |
... |
RAWG API specific parameters, visit https://api.rawg.io/docs/ to learn more.. |
The response of the GET request, either as a list or a data.frame.
1 | rawg_request("my_app", "creators")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.