View source: R/functions_treenet.R
download_series
downloads specified series from TreeNet or
Decentlab server
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | download_series(
meta_series,
data_format,
data_version = NULL,
from,
to,
last,
bind_df,
reso,
path_cred,
server,
temp_ref,
tz,
use_intl
)
|
meta_series |
|
data_format |
character, select processing level of data. Can either
be |
data_version |
character, optional argument specifying the package
version number. If provided, |
from |
character, optional argument to select data after a specific
date ( |
to |
character, optional argument to select data up to a specific
date ( |
last |
numeric, optional argument to specify the number of latest
values. If |
bind_df |
logical, indicate whether data should be returned as a
|
reso |
numeric, desired output time resolution (in minutes). See
|
path_cred |
optional argument to specify the full path to the
file |
server |
character, specify server from which data is downloaded.
Can be either |
temp_ref |
logical, specify whether the reference temperature dataset(s) should be downloaded along with specified data. |
tz |
specify the desired time zone. Default is |
use_intl |
logical, specify whether this function is used
internally on the server. Changes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.