get_table_schema: Retrieve schema information for a dataset table.

Description Usage Arguments Value See Also Examples

View source: R/get_table_schema.R

Description

Retrieve schema information for a dataset table.

Usage

1
get_table_schema(owner_id, dataset_id, table_name)

Arguments

owner_id

User name and unique identifier of the creator of a dataset or project

dataset_id

Dataset unique identifier

table_name

Table name.

Value

Object of type table_schema_response.

See Also

list_tables

Examples

1
2
3
4
## Not run: 
  table_schema <- dwapi::get_table_schema("user", "dataset", "table")

## End(Not run)

datadotworld/dwapi-r documentation built on July 3, 2021, 3:40 a.m.