Git Product home page Git Product logo

wufoor's Introduction

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

wufoor's People

Contributors

dmpe avatar mrmaksimize avatar

Watchers

 avatar  avatar

Forkers

mrmaksimize

wufoor's Issues

form_info() not working

I am trying to access a list of all of the form hashes for my account so that I can create a dynamic list of forms (for a Shiny App). However, form_info() returns this error.

Error in curl::curl_fetch_memory(url, handle = handle) :
SSLRead() return error -9806

I have already initialized my name and api key, and other calls such as user_info() work.

here is my sessionInfo()

R version 3.4.1 (2017-06-30)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Sierra 10.12.6

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] curl_2.8.1 WufooR_0.6.2

loaded via a namespace (and not attached):
[1] Rcpp_0.12.12 lubridate_1.6.0 gtools_3.5.0 dplyr_0.7.3 assertthat_0.2.0 plyr_1.8.4 R6_2.2.2 RAdwords_0.1.13
[9] jsonlite_1.5 magrittr_1.5 httr_1.3.1 stringi_1.1.5 rlang_0.1.2 reshape2_1.4.2 gdata_2.18.0 bindrcpp_0.2
[17] tools_3.4.1 stringr_1.2.0 glue_1.1.1 compiler_3.4.1 pkgconfig_2.0.1 bindr_0.1 tibble_1.3.4

form_entriesFromCSV

The requested URL has been this: https://****.wufoo.eu/export/report/manager/untitled-report.csv

However my reports are at the url in the form: https://***.wufoo.eu/reports/my-report-name/

Browsing to https://***.wufoo.eu/export/report/manager indicates that the page was not found. This is due to my company's Wufoo setup and I agree, it's very weird.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.