Skip to content

Commit

Permalink
keep hyperlink on one line
Browse files Browse the repository at this point in the history
ref #437
  • Loading branch information
wibeasley committed Oct 2, 2022
1 parent 05f4299 commit 0c0c83e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions R/redcap-read-eav-oneshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#'
#' @description
#' This function uses REDCap's API to select and return data in an
#' [eav]
#' (https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model)
#' [eav](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model)
#'
#' @param redcap_uri The
#' [uri](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)/url
Expand Down
3 changes: 1 addition & 2 deletions man/redcap_read_eav_oneshot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion playgrounds/eav-playground-2.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ ds <-
# id_cols = c(record, event_id),
names_from = field_name,
values_from = value
) #%>%
) %>%
dplyr::select(!!ds_metadata$field_name)
# dplyr::select(.data = ., !!intersect(variables_to_keep, colnames(.)))

# ds_2 <-
Expand Down

0 comments on commit 0c0c83e

Please sign in to comment.