ropensci / ruODK

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

Documentation Example of form_schema_parse #76

Closed dmenne closed 4 years ago

dmenne commented 4 years ago

The example in form_schema_parse:

fs <- form_schema(flatten = FALSE)
fsp <- form_schema_parse(fs) 
# object 'name' not found  fsp 
<- form_schema(parse=TRUE)
 # works
florianm commented 4 years ago

Thanks, I've updated the docs and added tests. Above docs referred to ODK Central pre 0.8, which returned fiendishly ugly XML form schemas.