unified parameter naming

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-05 14:46:37 +01:00
commit 904b76eb96
4 changed files with 6 additions and 6 deletions

View file

@ -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}