make_url: Make Either Get or Post Url for Google Forms

Description Usage Arguments Examples

Description

Make Either Get or Post Url for Google Forms

Usage

1
make_url(form, do)

Arguments

form

Can be either the form_url or form_id

do

Can be either "get" or "post"

Examples

1
2
3
4
5
## Not run: 
  url %>% make_url("get") -> get_url
  url %>% make_url("post") -> post_url

## End(Not run)

steventsimpson/googleformr documentation built on May 30, 2019, 4:47 p.m.