Learn R Programming

R package for Wufoo API

Note: This package doesn't support creating new forms. Thus, it can be only used to retrieve information about your existing forms (entries) and reports. This is due to lacking API support for that.

As of March 2019, it also supports new Wufoo Frondend experience. BETA

Not implemented

Installing

CRAN: https://CRAN.R-project.org/package=WufooR

OR

Use devtools to install the latest version from Github:

library(devtools)
devtools::install_github("dmpe/wufoor")

Tested on Ubuntu 19.04 and Windows 10 (64 bit using latest R)

Looking for examples and current implementation status ?

Check the vignette in vignettes folder.

How to contribute

  • Fork the repository
  • Create and switch to a new branch git checkout -b [name_of_your_new_branch]
  • Do the changes (i.e. edit files)
  • Push remote branch to your github git remote add -t [name_of_your_remote] & git push -u origin [name_of_your_remote]
  • Create a new pull request (to my master branch)

Want a direct push access? No problem, just let me know and become a :family:.

Developed by:

Meta

Copy Link

Version

Install

install.packages('WufooR')

Monthly Downloads

192

Version

1.0.1

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 11th, 2020

Functions in WufooR (1.0.1)

fields_info

Return details about form's fields
report_widgets

Returns details of the widgets that make up a specific report.
reports_info

Return details about the reports you have permission to view.
report_info

Returns a specific report.
report_fields

Returns the field structure for the report's corresponding form.
user_info

Return information about the user
retrieve_api_key

Retrieve API Key on behalf of users
form_info

Return details about the forms you have permission to access.
report_entriesCount

Returns a count of the entries stored for a specific report.
form_commentsCount

Returns a count of all comments made on this form's entries
report_entries

Returns the entries that make up a specific report.
form_entries

Return responses of your form
form_entriesFromCSV

Return responses of your form, from CSV format
form_comments

Returns any comments made on this form's entries in the Entry Manager
auth_name

Authentication
form_entriesCount

Return number of responses to your form