Marcelo Tyszler
Marcelo Tyszler
These updates include a function that reads multi-row headers/footers into an array of arrays, where each array row is a header/footer row. Further it updates csv, copy, pdf, excel and...
Fixes rstudio#418. This version builds on original suggestions from @chrisvwn. It creates a function that reads multi-row headers into an array of arrays, where each array row is a header...
## Feature The latest ODK Central allows users to edit and comment data (https://docs.getodk.org/central-submissions/#submission-editing) In a recent app (https://github.com/mtyszler/checkR-ODK) I wrote a function that uses ODK's API to programmatically push...
## Feature In its current form, `form_schema()`, `form_schema_ext()` and `form_xml()` retrieve the latest version of a form. This is the most common use case. However, there are use cases in...