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 REDCapTidieR::read_redcap(redcap_uri = .uri, token = .token, forms = forms): ✖ The token is an empty string, which is not allowed.
#> ℹ API token: ``
# }