check_empty_file: This function check the file size of input file

Description Usage Arguments Value Examples

View source: R/check_empty_file.R

Description

This function check the file size of input file

Usage

1
check_empty_file(INPUT_DATA_DIR, FILE_NAME)

Arguments

INPUT_DATA_DIR

Directory where input file is stored

FILE_NAME

File name (.dat)

Value

A logig value that indicates if the file is empty or not

Examples

1
2
check_empty_file(INPUT_DATA_DIR = "~/Data/Input/",FILE = "M4s.dat")
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.