neon_import | R Documentation |
neon_import()
only reads in previously saved archives from neon_export()
.
This can be useful in cases where
see neon_download()
to download data directly from NEON.
neon_import(archive, overwrite = TRUE, dir = neon_dir())
archive |
path to the zip archive to be imported |
overwrite |
should we overwrite any existing files? |
dir |
Location where files should be downloaded. By default will
use the appropriate applications directory for your system
(see |
neon_export()
## tempfiles for example purposes only!
archive <- tempfile()
neondir <- tempdir()
neon_export(archive, dir = neondir)
neon_import(archive)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.