genres_list: Get a list of video game genres

Description Usage Arguments Examples

View source: R/Rawg.R

Description

Get a list of video game genres

Usage

1
genres_list(app_name, dataframe = TRUE, ...)

Arguments

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..

Examples

1
genres_list("my_app")

rabiibouhestine/Rawg documentation built on Sept. 18, 2020, 12:05 a.m.