powered by
Summarise a single variable
summarise_variable(dataset, column)
A dataframe with a summary of the variable
The dataset with the variable you wish to summarise
The column you wish to summarise as a quoted string
summarise_variable(mtcars, "mpg") summarise_variable(iris, "Species")
Run the code above in your browser using DataLab