read_and_update_download_table: This function check the file size of input file

Description Usage Arguments Value Examples

View source: R/read_and_update_download_table.R

Description

This function check the file size of input file

Usage

1
2
read_and_update_download_table(DOWNLOAD_TABLE_DIR, FILES_AVAILABLE,
  DATETIME_FORMAT, PROJECT = NA)

Arguments

DOWNLOAD_TABLE_DIR

Directory where download table is.

FILES_AVAILABLE

File name (.dat) in a specific folder.

DATETIME_FORMAT

Datetime format

PROJECT

Value

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

Examples

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")

bridachristian/DataQualityCheckEuracAlpEnv documentation built on Oct. 27, 2019, 5:55 p.m.