Perform downloading of compressed SQLite db, storing it locally

download_db(force = FALSE, passphrase = NULL)

Arguments

force

boolean to indicate whether to overwrite an existing db

passphrase

passphrase if using encrypted db, default: NULL

Examples

if (FALSE) { # \dontrun{
download_db()
} # }