tags_read: Get details of the tag

Description Usage Arguments Examples

View source: R/Rawg.R

Description

Get details of the tag

Usage

1
tags_read(app_name, id, 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.

id

tag id.

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
tags_read("my_app", id=1)

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