| download_backup | R Documentation |
Download a backup
download_backup(
version,
output_file,
verbose = TRUE,
token = get_todoist_api_token()
)
version |
version of the backup to download (from get_backups()) |
output_file |
path where to save the backup file |
verbose |
boolean that make the function verbose |
token |
todoist API token |
path to the saved file (invisible)
## Not run:
backups <- get_backups()
download_backup(backups$version[1], "backup.zip")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.