View source: R/update-datafile.R
update_datafile | R Documentation |
Mettre à jour un datafile.
update_datafile(datafile)
datafile |
un objet datafile retourné par |
un objet dido_job()
Other datafile:
add_datafile()
,
dido_datafile()
,
get_datafile()
,
list_datafiles()
## Not run: df <- get_datafile("rid") df$temporal_coverage$end <- "2023-12-31" update_datafile(df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.