| new_logical | R Documentation |
Fast multi-threaded vector initialisation
new_logical(n = 0L, names = NULL, default = FALSE)
new_integer(n = 0L, names = NULL, default = 0L)
new_double(n = 0L, names = NULL, default = 0)
new_character(n = 0L, names = NULL, default = "")
new_complex(n = 0L, names = NULL, default = complex(real = 0, imaginary = 0))
new_raw(n = 0L, names = NULL, default = as.raw(0))
n |
|
names |
|
default |
Default value to initialise the vector with. |
New vector.
new_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.