new.df | R Documentation |
Function to create an empty named data.frame
new.df(header)
header |
vector of strings: The names for the columns of the data.frame |
A data.frame
Stefan Bartels, email@biobits.eu
ndf<-new.df(c("ID","NAME","AGE"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.