powered by
Download a backup
download_backup( version, output_file, verbose = TRUE, token = get_todoist_api_token() )
path to the saved file (invisible)
version of the backup to download (from get_backups())
path where to save the backup file
boolean that make the function verbose
todoist API token
if (FALSE) { backups <- get_backups() download_backup(backups$version[1], "backup.zip") }
Run the code above in your browser using DataLab