View source: R/create_experimental_file.R
add_column | R Documentation |
This function adds column if does not exist and fill it with provided value.
add_column(data, col_name, value = NULL)
data |
a data frame of interest. |
col_name |
a character. Name of column that should be created if it does not exist |
value |
optional. A value to fill with. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.