Skip to contents

From logical columns for each dataset, here we create a column that is a list of character vectors, containing dataset labels.

Usage

datasets_one_column(data, remove_logicals = TRUE)

Arguments

data

Interactions data frame with dataset columns (i.e. queried with the option `fields = "datasets"`).

remove_logicals

Logical: remove the per dataset logical columns.

Value

The input data frame with the new column "datasets" added.