powered by
assert_all_are_empty_files(x) assert_any_are_empty_files(x) is_empty_file(x)
is_empty_file
file.info
TRUE
assert_*_are_empty_files
FALSE
tf <- tempfile() file.create(tf) is_empty_file(tf) unlink(tf)
Run the code above in your browser using DataLab