googleformr (version 0.0.3)

gformr: Creates Function Linking Form Entries To Post Content

Description

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

Usage

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

Run this code
## 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)

Run the code above in your browser using DataCamp Workspace