no_subs {metasnf} | R Documentation |
Select all columns of a dataframe not starting with the 'subject_' prefix.
Description
Removes the 'subject_' prefixed columns from a dataframe. Useful for printing solutions_matrix structures to the console.
Usage
no_subs(df)
Arguments
df |
A dataframe |
Value
df_no_subs Dataframe without subjects
[Package metasnf version 1.1.2 Index]