Description Usage Arguments Value
Establishes connection with ODK Central servers by passing log in credentials, timezone and svc to the
ru_setup
function. This is required in order to use most ruODK functions.
By default, it tries to retrieve this information from local system variables.
1 2 3 4 5 6 7 | setup_ruODK(
svc,
un = Sys.getenv("ODKC_UN"),
pw = Sys.getenv("ODKC_PW"),
tz = Sys.getenv("ODKC_TZ"),
verbose = TRUE
)
|
svc |
Character that specifies the svc link which is used to identify an ODK form. |
un |
Character that specifies the ODK Central username. Optional, defaults to Sys.getenv('ODKC_UN'). |
pw |
Character that specifies the ODK Central password. Optional, defaults to Sys.getenv('ODKC_PW'). |
tz |
Character that specifies the ODK Central tiem zone Optional, defaults to Sys.getenv('ODKC_TZ'). |
verbose |
Logical that sets the 'verbose' argument of the |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.