Description Usage Arguments Examples
Get a list of game developers
1  | developers_list(app_name, 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.  | 
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..  | 
1  | developers_list("my_app")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.