Description Usage Arguments Value Examples
Sprawdzenie, czy elementy wektora nie są puste (NA, NULL, NaN, "" lub " "; opcjonalnie: +/-Inf) checks if any vector element is empty (NA, NULL, NaN, "" or " "; optional: +/-Inf) and returns logical vector
1 | is_missing(vec, check_if_finite = TRUE)
|
vec |
vector |
check_if_finite |
logical; If TRUE, then 'Inf' tis considered as missing too |
logical vector
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.