mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 21:40:23 +01:00
23 lines
608 B
Plaintext
23 lines
608 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/easy_redcap.R
|
||
|
\name{easy_redcap}
|
||
|
\alias{easy_redcap}
|
||
|
\title{Secure API key storage and data acquisition in one}
|
||
|
\usage{
|
||
|
easy_redcap(project.name, widen.data = TRUE, ...)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{project.name}{The name of the current project (for key storage with
|
||
|
`keyring::key_set()`)}
|
||
|
|
||
|
\item{widen.data}{argument to widen the exported data}
|
||
|
|
||
|
\item{...}{arguments passed on to `REDCapCAST::read_redcap_tables()`}
|
||
|
}
|
||
|
\value{
|
||
|
data.frame or list depending on widen.data
|
||
|
}
|
||
|
\description{
|
||
|
Secure API key storage and data acquisition in one
|
||
|
}
|