get_table_metadata {rockx}R Documentation

Get Table Metadata

Description

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

Usage

get_table_metadata(table_name)

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.

Value

A list containing table metadata.


[Package rockx version 0.1.0 Index]