Description Usage Arguments Value Examples
View source: R/read_and_update_download_table.R
This function check the file size of input file
1 2 | read_and_update_download_table(DOWNLOAD_TABLE_DIR, FILES_AVAILABLE,
DATETIME_FORMAT, PROJECT = NA)
|
DOWNLOAD_TABLE_DIR |
Directory where download table is. |
FILES_AVAILABLE |
File name (.dat) in a specific folder. |
DATETIME_FORMAT |
Datetime format |
PROJECT |
A dataframe called download_table which contain the name of station, the last download data, the last data file modification and a flag used to avoid Data Quality Check
1 2 | check_empty_file(INPUT_DATA_DIR = "~/Data/Input/",FILE = "M4s.dat", DATETIME_FORMAT = "%Y-%m-%d %H:%M")
check_empty_file(INPUT_DATA_DIR = "Your input folder",FILE = "Your file to check")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.