get_tables {rockx} | R Documentation |
Retrieve Tables from ODK-X Sync Endpoint
Description
This function retrieves the list of tables from the ODK-X Sync Endpoint by making a paginated GET request to
(<server_url>)/odktables/default/tables
. It uses BASIC authentication with the credentials stored via
rockx::set_username_and_password()
.
Usage
get_tables()
Value
A tibble containing the list of found tables.
[Package rockx version 0.1.0 Index]