make_hist: Make a Histogram of a Variable

Description Usage Arguments Examples

View source: R/make_hist.R

Description

Choose a variable from a dataframe and make a histogram out of it. Capitalizes variable names.

Usage

1

Arguments

d

A dataframe.

var

The quoted variable name you want to see a histogram of.

...

Other arguments

Examples

1
make_hist(mtcars, "carb")

aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.