Description Usage Arguments Details Value Examples
The directory is set to Sys.getenv("trakt_db_path")
, with a default location
derived from rappdirs::user_data_dir()
if the variable is not set.
1 | cache_db_path(name = "tRakt.db", verbose = TRUE)
|
name |
|
verbose |
|
The default directories are:
macOS: "/Users/<user>/Library/Application Support/attrakttv/<version>/tRakt.db"
Linux "/home/<user>/.local/share/attrakttv/<version>/tRakt.db"
($"XDG_DATA_HOME"
)
Windows ""C:/Users/<user>/Local/attrakttv/attrakttv/<version>/tRakt.db""
Invisibly: character(1)
: Full path to the db file.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.