is.empty | R Documentation |
Tests whether each element of an object is (or contains only) empty values (non-existent, zero-length, "", NA
, NULL
).
is.empty(x)
x |
Object. |
Whether each element of x
is empty.
Other helper functions: capitalize_words
,
ch1903_to_wgs84
,
clean_strings
,
format_addresses
,
format_scientific_names
,
lvapply
, melt_by_listcol
,
na.remove
,
normalize_language
,
parse_scientific_names
,
quotemeta
,
replace_values_in_list
,
sp_transform
,
subset_search_results
,
unique_na
is.empty(list())
is.empty(list(1, NULL, NA, "", c()))
is.empty(list(1, NULL, NA, "", c(NA, NA)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.