initialize_empty_df | R Documentation |
This function initializes an empty data frame with specified column names.
initialize_empty_df(relNames)
relNames |
A vector of column names to be included in the data frame. |
An empty data frame with specified column names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.