mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Major update. New functions and improvements. See NEWS.md.
This commit is contained in:
parent
b57e130395
commit
9f68e27f5a
20 changed files with 443 additions and 97 deletions
19
man/match_fields_to_form.Rd
Normal file
19
man/match_fields_to_form.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/utils.r
|
||||
\name{match_fields_to_form}
|
||||
\alias{match_fields_to_form}
|
||||
\title{Match fields to forms}
|
||||
\usage{
|
||||
match_fields_to_form(metadata, vars_in_data)
|
||||
}
|
||||
\arguments{
|
||||
\item{metadata}{A data frame containing field names and form names}
|
||||
|
||||
\item{vars_in_data}{A character vector of variable names}
|
||||
}
|
||||
\value{
|
||||
A data frame containing field names and form names
|
||||
}
|
||||
\description{
|
||||
Match fields to forms
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue