summarise_variable: Summarise a single variable

View source: R/summarise_variable.R

summarise_variableR 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")

datadictionary documentation built on March 31, 2023, 9:35 p.m.