reduce_dl_to_common {metasnf} | R Documentation |
Reduce data_list to common subjects
Description
Given a data_list
object, reduce each nested dataframe to contain only the
set of subjects that are shared by all nested dataframes
Usage
reduce_dl_to_common(data_list)
Arguments
data_list |
A nested list of input data from |
Value
reduced_data_list The data_list object subsetted only to subjectssnf shared across all nested dataframes
[Package metasnf version 1.1.2 Index]