summarise_variable {datadictionary} | R Documentation |
Summarise a single variable
Description
Summarise a single variable
Usage
summarise_variable(dataset, column)
Arguments
dataset |
The dataset with the variable you wish to summarise |
column |
The column you wish to summarise as a quoted string |
Value
A dataframe with a summary of the variable
Examples
summarise_variable(mtcars, "mpg")
summarise_variable(iris, "Species")
[Package datadictionary version 1.0.0 Index]