Description Usage Arguments Value Author(s)
View source: R/00.Miscellaneous.R
Generate a desired NA data frame having specified number of rows, column names, and column classes.
| 1 | CreateNaDf(labels, as_funcs, nrow)
 | 
| labels | character vector for column names | 
| as_funcs | vector transforming functions such as  | 
| nrow | scalar value to specify the number of rows | 
a data frame filled with |codeNA's and nrow rows with column names as specified in labels and column classes as specified in as_funcs.
Kazuki Yoshida
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.