View source: R/chronicle-utils.R
download_chronicle | R Documentation |
Download ZIP file of JPG newspaper scans for the specified edition. All Chronicle issues are listed in the chronicle_meta
data file with identifiers under the "local_id" column.
download_chronicle(id, outputdir=".", overwrite=FALSE, filename=NULL)
id |
identifier of the chronicle issue. Valid identifiers are under the column "local_id" in the |
outputdir |
output directory for the ZIP file. |
overwrite |
whether or not to overwrite data which has already been downloaded. |
filename |
name of the ZIP file. Default is NULL, in which case the ZIP file will be named after the issue id. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.