| is.vectorlist | R Documentation |
To determine if an R object is a list of vectors with the same storage.mode, length and attributes.
is.vectorlist(
x,
mode = c("logical", "integer", "numeric", "double", "character")
)
x |
a listof |
mode |
character scalar other than |
The function is.vectorlist() returns a logical scalar.
spatstat.data::Kovesi$values |>
is.vectorlist(mode = 'character') |>
stopifnot()
spatstat.data::Kovesi$values |>
is.vectorlist(mode = 'numeric')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.