jb_summaryby: Automatically install missing packages

Description Usage Arguments Examples

Description

Packager loader that will automatically install missing packages

Packager loader that will automatically install missing packages

Usage

1
2
3
jb_summaryby(variable, by)

jb_summaryby(variable, by)

Arguments

variable

Vector of interest.

by

The name of the package.

name

The name of the package.

Examples

1
2
3
4
data <- iris
jb_summaryby(Sepal.Width,Species)
data <- iris
jb_summaryby(data$Sepal.Width,data$Species)

epijim/EpijimFunctions documentation built on May 16, 2019, 8:17 a.m.