tRakt-package | R Documentation |
A wrapper for the https://trakt.tv API to retrieve data about shows and movies, including user ratings, credits and related metadata. Additional functions retrieve user-specific information including collections and history of watched items. A full API reference is available at https://trakt.docs.apiary.io.
tRakt_debug
: logical(1)
: Should debug output be enabled? Default is FALSE
.
tRakt_cache_dir
: character(1)
: Where should the cache be stored?
tRakt_cache_max_age
: numeric(1)
: How long should the cache be kept, in seconds? Default is one week (604800 seconds).
tRakt_cache_max_size
: numeric(1)
: How big should the cache be, in bytes? Default is 100MB (100 * 1000^2 bytes).
All options can be overriden with environment variables of the same name.
See tRakt_sitrep()
to view the current value of all options.
Maintainer: Lukas Burk github@quantenbrot.de (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.