Learn R Programming

WufooR (version 0.5.7)

form_entriesFromCSV: Return responses of your form, from CSV format

Description

This function downloads csv file from the url below. The report must be public, without being protected. E.g. https://YourName.wufoo.com/export/reports/manager/NameOfYourReport.csv

Usage

form_entriesFromCSV(wufoo_name = auth_name(NULL), reportName = NULL,
  showRequestURL = FALSE)

Arguments

wufoo_name
- User's Name. Default: auth_name
reportName
- the name (not the hash!) of the specific report
showRequestURL
- use only for DEBUG purposes

Examples

Run this code
options(Wufoo_Name = "johnmalc", Wufoo_API = "F1QH-Q64B-BSBI-JASJ")
df_csv <- form_entriesFromCSV(reportName = "untitled-report", showRequestURL = F)
View(df_csv)

Run the code above in your browser using DataLab