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/focused_metadata.Rd
Normal file
19
man/focused_metadata.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/utils.r
|
||||
\name{focused_metadata}
|
||||
\alias{focused_metadata}
|
||||
\title{focused_metadata}
|
||||
\usage{
|
||||
focused_metadata(metadata, vars_in_data)
|
||||
}
|
||||
\arguments{
|
||||
\item{metadata}{A dataframe containing metadata}
|
||||
|
||||
\item{vars_in_data}{Vector of variable names in the dataset}
|
||||
}
|
||||
\value{
|
||||
A dataframe containing metadata for the variables in the dataset
|
||||
}
|
||||
\description{
|
||||
Extracts limited metadata for variables in a dataset
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue