View source: R/prepare_dataset.R
prepare_dataset | R Documentation |
Prepare all datasets and store the version into a git repository
prepare_dataset(
origin,
repo,
end_date = Sys.time(),
verbose = TRUE,
push = FALSE,
strict = TRUE,
min_observation = 100,
db_scheme = NULL,
...
)
origin |
|
repo |
a |
end_date |
the latest date to import. Default to now. |
verbose |
display the progress |
push |
push the changes to the repository.
Defaults to |
strict |
What to do when the metadata changes. |
min_observation |
The minimum number of observations for taking a
species into account.
Defaults to |
db_scheme |
optional database scheme name. |
... |
arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.