R/tipnet_redcap_url.R

Defines functions tipnet_redcap_url

#' Get the REDCap's url for TIPNet
#'
#' @return (chr) the REDCap url for the TIPNet data
#' @export
#'
#' @examples
#' tipnet_redcap_url()
tipnet_redcap_url <- function() {
  "https://edc01.unipd-ubep.it/redcap/api/"
}
UBESP-DCTV/tipnet.ubesp documentation built on April 12, 2025, 5:46 a.m.