add_suffix | R Documentation |
This function used to add a suffix in a dataframe column or columns
add_suffix(suffix, data, column)
suffix |
specify a suffix for the wanted columns in data. |
data |
specify data frame |
column |
specify a dataframe containing variables |
returns a dataframe with suffix added
add_suffix("_G", head(iris, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.