R/get_form.R

Defines functions get_form

get_form = function(form_id, api = NULL) {

  url = glue::glue("https://api.typeform.com/forms/{form_id}")
  content = get_response(api = api, url)
  content
}

Try the rtypeform package in your browser

Any scripts or data that you put into this service are public.

rtypeform documentation built on Aug. 31, 2020, 5:09 p.m.