View source: R/mobile_formats.R
Create ODK survey structures for only one row rules
1 2 3 4 5 6 7 8 9 | odk_survey_structure(
type = "",
name = "",
label = "",
hint = "",
read_only = "",
constraint = "",
appearance = ""
)
|
type |
character ODK type attribute |
name |
character ODK name attribute |
label |
character ODK label attribute |
hint |
character ODK hint attribute |
read_only |
character ODK read_only attribute |
constraint |
character ODK constraint attribute |
appeareance |
character ODK constraint appeareance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.