make_wide: Arrange estimates, MOEs, etc into wide format

Description Usage Arguments Value Examples

View source: R/make_wide.R

Description

Arrange estimates, MOEs, etc into wide format

Usage

1
make_wide(.data, ..., group = group)

Arguments

.data

A data frame

...

Bare column names of types of measures

group

Bare column name of group or category variable for spreading into wide data

Value

A tibble/data frame in wide format

Examples

1
2
edu %>%
  make_wide(estimate, moe, group = variable)

camille-s/camiller documentation built on Jan. 22, 2022, 6:50 a.m.