Explicitly combines file-group tibbles after checking their columns, types, factor-level contracts, time zones, modalities, roles, data states, and relationship consistency. Multiple non-missing device links within one dataset are rejected.
Usage
glc_collect(x, standardize = c("lightlogr", "none"))Arguments
- x
A collection returned by
glc_read().- standardize
Either
"lightlogr"to add the conventionalId,file_group_id,participant_Id,Datetime, andfile.namecolumns and remove internal.glc_*provenance columns, or"none"to retain source and provenance columns unchanged.
