manipulate | R Documentation |
Applies a function on the column of a dataframe and then returns that dataframe
manipulate(df, column, fun)
df |
A dataframe |
column |
The name of the column (string) that we want apply the function to |
fun |
The function we use on the column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.