Description Usage Arguments See Also Examples
View source: R/igdb_keywords.R
Search for a list of keywords from the IGDB API.
1 2 3  | 
search | 
 a string with a keyword or title.  | 
id | 
 a vector containing game ids.  | 
n | 
 maximum number of results to return.  | 
limit | 
 maximum number of results per page.  | 
scroll | 
 an alternative method for retrieving multiple pages of results.  | 
filter | 
 a string that limits the kinds of results returned.  | 
fields | 
 a vector of fields to retrieve. NULL returns a data.frame with all available fields that contain data.  | 
order | 
 a string defining how results are sorted.  | 
api_key | 
 the IGDB api key.  | 
... | 
 include extra url arguments (e.g. expander).  | 
1 2 3 4  | ## Not run: 
igdb_keywords(search = "bathysphere")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.