neon_store | R Documentation |
import neon data into a local database
neon_store(
table = NA,
product = NA,
type = NA,
dir = neon_dir(),
db = neon_db(neon_db_dir(), read_only = FALSE),
n = 500L,
quiet = FALSE,
...
)
table |
Include only files matching this table name (or regex pattern). (optional). |
product |
A NEON |
type |
Should we prefer the basic or expanded version of this product? Note that not all products have expanded formats. |
dir |
Location where files should be downloaded. By default will
use the appropriate applications directory for your system
(see |
db |
A connection to a write-able relational database backend,
see |
n |
number of files that should be read per iteration |
quiet |
show progress? |
... |
Arguments passed on to
|
the index of files read in (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.