mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
unified parameter naming
This commit is contained in:
parent
385973e8da
commit
904b76eb96
4 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
read_redcap_instrument(
|
||||
key,
|
||||
uri,
|
||||
instrument = "rbans",
|
||||
instrument,
|
||||
raw_or_label = "raw",
|
||||
id_name = "record_id",
|
||||
records = NULL
|
||||
|
|
@ -16,7 +16,7 @@ read_redcap_instrument(
|
|||
\arguments{
|
||||
\item{key}{key name in standard keyring for token retrieval.}
|
||||
|
||||
\item{uri}{redcap api url}
|
||||
\item{uri}{REDCap database API uri}
|
||||
|
||||
\item{instrument}{instrument name}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ read_redcap_tables(
|
|||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{uri}{REDCap database uri}
|
||||
\item{uri}{REDCap database API uri}
|
||||
|
||||
\item{token}{API token}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue