googleformr (version 0.0.3)

make_url: Make Either Get or Post Url for Google Forms

Description

Make Either Get or Post Url for Google Forms

Usage

make_url(form, do)

Arguments

form
Can be either the form_url or form_id
do
Can be either "get" or "post"

Examples

Run this code
## Not run: 
#   url %>% make_url("get") -> get_url
#   url %>% make_url("post") -> post_url
# ## End(Not run)

Run the code above in your browser using DataLab