seq_na | R Documentation |
Create sequence with NA
seq_na(num)
num |
Length of sequence. |
Sequence whose all elements are NA
seq_na(4)
#(NA,NA,NA,NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.