powered by
Folds character, treating x as a model name.
x
# S3 method for character fold(x, ..., meta = match.fun("meta")(x, ...), simplify = TRUE, sort = TRUE, subset)
character
unquoted grouping variables
pre-folded metadata
whether to simplify the result
whether to sort the result
length-one character: a condition for filtering results, e.g. 'EVID == 1'
folded
# NOT RUN { library(magrittr) library(fold) options(project = system.file('project/model',package='nonmemica')) 1001 %>% fold(ID,TIME,subset='MDV==0') %>% head # }
Run the code above in your browser using DataLab