Description Usage Arguments Note Author(s) Examples
Converts a PMA ODK tibble (imported via the function odk_get, see example) to a .txt file enumerator documents in the same location as the ODK Excel file. This .txt file should be opened by the user, saved as a .doc file, and checked for XML errors with the appropriate IPUMs Macro for Word. It can then be moved to the storage location for PMA enumerator files.
1 |
odk |
A tibble version of a PMA ODK file created by the function odk_get. |
write |
Logical: defaults TRUE. If FALSE, the text of the enumerator document will be returned as a list and not written. |
open_on_write |
Logical: defaults FALSE. If TRUE, the new enumerator document will be opened in Word (or system default). |
Personal information on PMA ODK files is normally filtered out by this function, provided that PMA follows conventional practice by storing personal information on the Excel sheet called "external". If this convention is broken (or if the Excel file was created before the convention was established), the user may need to manually search for and remove such information.
Matt Gunther
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.