Description Usage Arguments Value Examples
get_supers
returns a data frame containing information about supervisor
account. Due to the current limitations of the API, only supervisors that are
not archived/locked appear in the output data frame.
The data frame will have the following columns:
SuperName: Username of supervisor
SuperId: Unique ID of supervisor
IsLocked: If supervisor is currently locked/archived
CreationDate: Date the supervisor account was created
DeviceId: Unique Id of the tablet that the user was using on the last synchronisation to server. If the user has never synced any data with the server using a tablet, this variable will be null.
1 | get_supers(server = NULL, user = NULL, password = NULL)
|
server |
Prefix for the survey server. It is whatever comes before mysurvey.solutions: [prefix].mysurvey.solutions. |
user |
Username for the API user on the server. |
password |
Password for the API user on the server. |
A data frame data frame containining information about supervisor accounts.
1 2 3 4 | ## Not run:
get_supers(server = "lfs2018", user = "APIuser2018", password = "SafePassword123")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.