is_empty | R Documentation |
Check if a summary statistics file subset is empty.
is_empty(path, error = TRUE, verbose = TRUE)
path |
File path. |
error |
Throw an error if the file is empty. |
verbose |
Print messages. |
Boolean.
Other general:
createDT()
,
fillNA_CS_PP()
,
get_nrows()
,
get_os()
tmp <- tempfile()
data.table::fwrite(echodata::BST1, tmp)
empty <- echodata::is_empty(path = tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.