Learn R Programming

rockx (version 0.1.0)

get_table_metadata: Get Table Metadata

Description

Retrieves metadata for a given table from the ODK-X Sync Endpoint.

Usage

get_table_metadata(table_name)

Value

A list containing table metadata.

Arguments

table_name

A character string specifying the table name.

Details

This function calls the ODK-X Sync Endpoint to fetch metadata about a specific table. If the dataUri field is missing in the response, an error is thrown.