mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-27 23:31:54 +01:00
20 lines
404 B
R
20 lines
404 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/read_redcap_tables.R
|
|
\name{apply_field_label}
|
|
\alias{apply_field_label}
|
|
\title{Apply REDCap filed labels to data frame}
|
|
\usage{
|
|
apply_field_label(data, meta)
|
|
}
|
|
\arguments{
|
|
\item{data}{REDCap exported data set}
|
|
|
|
\item{meta}{REDCap data dictionary}
|
|
}
|
|
\value{
|
|
data.frame
|
|
}
|
|
\description{
|
|
Apply REDCap filed labels to data frame
|
|
}
|