Description Usage Arguments Value Methods (by class)
View source: R/interface_generics.R
Chargement de nouvelles données
Loads new data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S3 method for class 'sf_task'
load_new_data(
task,
periods,
batch = "latest",
database = task[["database"]],
collection = task[["collection"]],
mongodb_uri = task[["mongodb_uri"]],
fields = get_fields(training = FALSE),
min_effectif = 10L,
rollback_months = 1L,
database_query_fun = query_mongodb,
...
)
load_new_data(task, ...)
|
task |
|
periods |
|
batch |
|
database |
|
collection |
|
mongodb_uri |
|
fields |
|
min_effectif |
|
rollback_months |
|
database_query_fun |
|
... |
Additional parameters depending on class of task |
[sf_task]
L'objet task
donné en entrée auquel le champs "new_data" a été
ajouté (ou écrasé), contenant un data.frame() avec les colonnes incluses
dans le paramètre d'entrée fields
, et pour chaque ligne un couple
unique siret x periode.
sf_task
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.