#' Return full REDCap data
#'
#' Returns the full data across all surveys
#' @param redcap_api_token The API token from REDCap. Defaults to
#' [rts::redcap_key()]
#' @return A data frame with the raw data
#' @export
get_rts_data <- function(redcap_api_token = redcap_key()) {
redcap_read(
redcap_uri = "https://redcap.uoregon.edu/api/",
token = redcap_api_token
)$data
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.