gformr: Creates Function Linking Form Entries To Post Content

Description Usage Arguments Value Examples

Description

Creates Function Linking Form Entries To Post Content. This function allows you to embed

Usage

1
gformr(form, custom_reply = NULL)

Arguments

form

Can be either the form_url or form_id

custom_reply

is null, unless you want to say something

Value

a function(post_content, active=TRUE) to post content to the google form

Examples

1
2
3
4
5
## Not run: 
new_post_to_form <- gformr(url)   # this returns a function with post_content as param
new_post_to_form(content_to_post_to_url)

## End(Not run)

googleformr documentation built on May 2, 2019, 11:10 a.m.