https://github.com/dmpe/wufoor
API Wrapper for Wufoo.com
https://github.com/dmpe/wufoor
api-client cran r-package surveymonkey wufoo
Last synced: 2 months ago
JSON representation
API Wrapper for Wufoo.com
- Host: GitHub
- URL: https://github.com/dmpe/wufoor
- Owner: dmpe
- License: apache-2.0
- Created: 2015-07-07T12:31:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T21:05:31.000Z (over 6 years ago)
- Last Synced: 2025-12-09T20:58:35.737Z (8 months ago)
- Topics: api-client, cran, r-package, surveymonkey, wufoo
- Language: R
- Homepage: http://cran.r-project.org/package=WufooR
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dmpe/WufooR)
[](https://codecov.io/gh/dmpe/WufooR)
[](https://cran.r-project.org/package=WufooR)
=======
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](https://help.wufoo.com/articles/en_US/kb/Beta)
## Not implemented
-
### Installing
**CRAN:**
**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:
- [@dmpe](https://www.github.com/dmpe) :yum:.
## Meta
- Licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
- Please report bugs in .