prep_valuelabels_from_data {dataquieR}R Documentation

Get value labels from data

Description

Detects factors and converts them to compatible metadata/study data.

Usage

prep_valuelabels_from_data(resp_vars = colnames(study_data), study_data)

Arguments

resp_vars

variable names of the variables to fetch the value labels from the data

study_data

data.frame the data frame that contains the measurements

Value

a list with:

Examples

## Not run: 
dataquieR::prep_datatype_from_data(iris)

## End(Not run)

[Package dataquieR version 2.1.0 Index]