Learn R Programming

dwapi (version 0.1.3.1)

get_table_schema: Retrieve schema information for a dataset table.

Description

Retrieve schema information for a dataset table.

Usage

get_table_schema(dataset, table_name)

Arguments

dataset

Dataset URL or path.

table_name

Table name.

Value

Object of type table_schema_response.

See Also

list_tables

Examples

Run this code
# NOT RUN {
  table_schema <- dwapi::get_table_schema("user/dataset", "table")
# }

Run the code above in your browser using DataLab