Returns TRUE
if the DataFrame contains no rows.
Description
Returns TRUE
if the DataFrame contains no rows.
Usage
<DataFrame>$is_empty()
Value
A logical value
Examples
#> [1] FALSE
#> [1] TRUE
TRUE
if the DataFrame contains no rows.Returns TRUE
if the DataFrame contains no rows.
<DataFrame>$is_empty()
A logical value
#> [1] FALSE
#> [1] TRUE