View source: R/summarise_variable.R
summarise_variable | R Documentation |
Summarise a single variable
summarise_variable(dataset, column)
dataset |
The dataset with the variable you wish to summarise |
column |
The column you wish to summarise as a quoted string |
A dataframe with a summary of the variable
summarise_variable(mtcars, "mpg")
summarise_variable(iris, "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.