get_all_rows {rockx} | R Documentation |
Retrieve all rows from a table
Description
This function retrieves all rows for a given table from the ODK-X Sync Endpoint and tries to parse known types based on the table's schema definition.
Usage
get_all_rows(table_name)
Arguments
table_name |
String. The name of the table from which to retrieve rows. |
Value
A tibble containing all rows.
[Package rockx version 0.1.0 Index]