Description Usage Arguments Value Examples
View source: R/check_empty_file.R
This function check the file size of input file
1 | check_empty_file(INPUT_DATA_DIR, FILE_NAME)
|
INPUT_DATA_DIR |
Directory where input file is stored |
FILE_NAME |
File name (.dat) |
A logig value that indicates if the file is empty or not
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.