Learn R Programming

babelmixr2 (version 0.1.6)

getStandardColNames: Determine standardized rxode2 column names from data

Description

Determine standardized rxode2 column names from data

Usage

getStandardColNames(data)

Value

A named character vector where the names are the standardized names and the values are either the name of the column from the data or NA

if the column is not present in the data.

Arguments

data

A data.frame as the source for column names

Examples

Run this code
getStandardColNames(data.frame(ID=1, DV=2, Time=3, CmT=4))

Run the code above in your browser using DataLab