is_named_vector | R Documentation |
Check if is named vector
is_named_vector(x, mode = "any")
x |
Choose vector to test. |
mode |
character string naming an atomic mode or "list" or "expression" or (except for vector) "any". Allows any type (see typeof) for mode, and when mode is not "any" almost the same as typeof(x) == mode. |
is_named_vector(c(letter = "a", number = 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.