wide_to_long: Convert data from wide to long

View source: R/helper_functions.R

wide_to_longR Documentation

Convert data from wide to long

Description

Convert data from wide to long

Usage

wide_to_long(x, times)

Arguments

x

data frame to convert

times

vector of time points. should be the same length as nrow(x)

Value

data frame in long format


kylieainslie/vacamole documentation built on Oct. 15, 2024, 10:17 a.m.