Package: WufooR 1.0
WufooR: R Wrapper for the 'Wufoo.com' - The Form Building Service
Allows form managers to download entries from their respondents using Wufoo JSON API (<https://www.wufoo.com>). Additionally, the Wufoo reports - when public - can be also acquired programmatically. Note that building new forms within this package is not supported.
Authors:
WufooR_1.0.tar.gz
WufooR_1.0.zip(r-4.5)WufooR_1.0.zip(r-4.4)WufooR_1.0.zip(r-4.3)
WufooR_1.0.tgz(r-4.4-any)WufooR_1.0.tgz(r-4.3-any)
WufooR_1.0.tar.gz(r-4.5-noble)WufooR_1.0.tar.gz(r-4.4-noble)
WufooR_1.0.tgz(r-4.4-emscripten)WufooR_1.0.tgz(r-4.3-emscripten)
WufooR.pdf |WufooR.html✨
WufooR/json (API)
NEWS
# Install 'WufooR' in R: |
install.packages('WufooR', repos = c('https://dmpe.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dmpe/wufoor/issues
Last updated 5 years agofrom:9ae133c008. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
Exports:auth_keyauth_namefields_infoform_commentsform_commentsCountform_entriesform_entriesCountform_entriesFromCSVform_inforeport_entriesreport_entriesCountreport_fieldsreport_inforeport_widgetsreports_inforetrieve_api_keyuser_info
Dependencies:askpassclicurldplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigR6rlangsystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Authentication | auth_key auth_name |
Return details about form's fields | fields_info |
Returns any comments made on this form's entries in the Entry Manager | form_comments |
Returns a count of all comments made on this form's entries | form_commentsCount |
Return responses of your form | form_entries |
Return number of responses to your form | form_entriesCount |
Return responses of your form, from CSV format | form_entriesFromCSV |
Return details about the forms you have permission to access. | form_info |
Returns the entries that make up a specific report. | report_entries |
Returns a count of the entries stored for a specific report. | report_entriesCount |
Returns the field structure for the report's corresponding form. | report_fields |
Returns a specific report. | report_info |
Returns details of the widgets that make up a specific report. | report_widgets |
Return details about the reports you have permission to view. | reports_info |
Retrieve API Key on behalf of users | retrieve_api_key |
Return information about the user | user_info |