View source: R/type-unspecified.R
unspecified | R Documentation |
This is a partial type used to represent logical vectors
that only contain NA
. These require special handling because we want to
allow NA
to specify missingness without requiring a type.
unspecified(n = 0)
n |
Length of vector |
vec_ptype_show()
vec_ptype_show(NA)
vec_c(NA, factor("x"))
vec_c(NA, Sys.Date())
vec_c(NA, Sys.time())
vec_c(NA, list(1:3, 4:5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.