dlGoogle | R Documentation |
Download file from Google Drive
dlGoogle(
url,
archive = NULL,
targetFile = NULL,
checkSums,
messSkipDownload,
destinationPath,
type = NULL,
overwrite,
needChecksums,
verbose = getOption("reproducible.verbose", 1),
team_drive = NULL,
...
)
url |
The url (link) to the file. |
archive |
Optional character string giving the path of an archive
containing |
targetFile |
Character string giving the filename (without relative or
absolute path) to the eventual file
(raster, shapefile, csv, etc.) after downloading and extracting from a zip
or tar archive. This is the file before it is passed to
|
destinationPath |
Character string of a directory in which to download
and save the file that comes from |
overwrite |
Logical. Should downloading and all the other actions occur even if they pass the checksums or the files are all there. |
verbose |
Numeric, -1 silent (where possible), 0 being very quiet,
1 showing more messaging, 2 being more messaging, etc.
Default is 1. Above 3 will output much more information about the internals of
Caching, which may help diagnose Caching challenges. Can set globally with an
option, e.g., |
... |
Not used here. Only used to allow other arguments to other fns to not fail. |
Eliot McIntire and Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.