mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
additional redcap_wider function
This commit is contained in:
parent
edafc35806
commit
873ed7f581
6 changed files with 87 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#' @param raw_or_label raw or label tags
|
||||
#' @param generics vector of auto-generated generic variable names to
|
||||
#' ignore when discarding empty rows
|
||||
#' @param ... ekstra parameters for REDCapR::redcap_read_oneshot
|
||||
#' @param ... extra parameters for internal REDCapR::redcap_read
|
||||
#'
|
||||
#' @return list of instruments
|
||||
#' @importFrom REDCapR redcap_metadata_read redcap_read
|
||||
|
|
@ -39,7 +39,7 @@ read_redcap_tables <- function(uri,
|
|||
#
|
||||
# This does not handle repeated instruments!! This should be implemented.
|
||||
|
||||
d <- REDCapR::redcap_read_oneshot(
|
||||
d <- REDCapR::redcap_read(
|
||||
redcap_uri = uri,
|
||||
token = token,
|
||||
fields = fields,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue