Learn R Programming

⚠️There's a newer version (1.0.1) of this package.Take me there.

R package for Wufoo API

This package doesn't support creating new forms. It can be only used to retrieve information about your form entries.

Installing (not yet on CRAN)

Use devtools to install the latest version from Github:

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

Tested on Ubuntu 15.10 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:.

Also:

  • Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Developed by:

Meta

Copy Link

Version

Install

install.packages('WufooR')

Monthly Downloads

139

Version

0.6.1

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

John Malc

Last Published

March 8th, 2016

Functions in WufooR (0.6.1)

user_info

Return information about the user
form_entriesFromCSV

Return responses of your form, from CSV format
reports_info

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

Return details about form's fields
form_entries

Return responses of your form
form_info

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

Return number of responses to your form
auth_name

Authentication