View source: R/datasourcestools.R
| updateSourceData | R Documentation |
updateSourceData
updateSourceData(
sourcefilename,
status = c("NEW", "UPDATED", "IMPORTED", "CHECKED", "VALIDATED", "POOLED"),
sourcetype = NULL,
date = Sys.time(),
nbrecords = NULL
)
sourcefilename |
Name of the source file to update with new informations |
status |
: IMPORTED/CHECKED/VALIDATED/POOLED |
sourcetype |
optional source type |
date |
Date to be used as timestamp |
nbrecords |
Optional number of records to add to the file information |
nothing
## Not run:
# update status when file is imported
updateSourceData(filename,status="IMPORTED")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.