Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status codecov CRAN_Status_Badge

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 👪.

Developed by:

Meta

You can’t perform that action at this time.