ropensci / ruODK

ruODK: An R Client for the ODK Central API
https://docs.ropensci.org/ruODK/
GNU General Public License v3.0
41 stars 12 forks source link

Include passphrase in ru_setup #116

Closed florianm closed 3 years ago

florianm commented 3 years ago

Feature

ruODK::submission_export supports a passphrase for encrypted forms. The documentation tells users to set the passphrase in ruODK::ru_setup(pp = ...) (as it should work), but ru_setup does not yet support this argument.

Feature: add support for passphrase in ru_setup(pp = ...), (man, examples, tests, vignette "Setup").

Workaround: ruODK::submission_export(pp = Sys.getenv("ODKC_PP_FORM1")