spread_data: Spread data into wide format

View source: R/transformations.R

spread_dataR Documentation

Spread data into wide format

Description

This function allows easy spreading into wide format.

Usage

spread_data(data, values = TRUE, errors = TRUE)

Arguments

data

a data frame with lans2r data

values

whether to include the values in wide format

errors

whether to include the errors in wide format

Value

the original data frame but in wide format


KopfLab/lans2r documentation built on Feb. 22, 2023, 3:25 p.m.