Fetch REDCap form
Usage
fetch_form(form, .uri = get_redcap_uri(), .token = get_redcap_token())
Examples
# \donttest{
fetch_form("followup_postoperatorio_14_30_60_giorno_po") |>
str(0)
#> Error in REDCapR::redcap_project_info_read(.uri, .token, verbose = FALSE): Assertion on 'redcap_uri' failed: Must comply to pattern '^.{1,}$'.
# }