Learn R Programming

dataquieR (version 2.1.0)

prep_valuelabels_from_data: 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)

Value

a list with:

  • VALUE_LABELS: vector of value labels and modified study data

  • ModifiedStudyData: study data with factors as integers

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

Examples

Run this code
if (FALSE) {
dataquieR::prep_datatype_from_data(iris)
}

Run the code above in your browser using DataLab