get_colnames_codedvalues: Function to keep the column name, coded values and non...

Description Usage Arguments Value Examples

View source: R/3a_trialdata_analysis_input_functions.R

Description

Function to keep the column name, coded values and non response code into a dataframe

Usage

1
get_colnames_codedvalues(variable, name, code, nrcode = NA)

Arguments

variable,

name of the variable in the column

name,

column name

code,

coded values

nrcode,

code for non response

Value

data frame with all the above information

Examples

1
get_colnames_codedvalues("arm", "pat_trial_arm", c("Y", "N"))

packDAMipd documentation built on March 3, 2021, 5:07 p.m.