powered by
ustfd_table_columns returns the column dictionaries for the specified endpoint(s). See ustfd_tables() for known endpoints.
ustfd_table_columns
ustfd_tables()
ustfd_table_columns(endpoints = NULL)
tibble
one or more strings representing a valid endpoint
The format of a dictionary is a tibble with one row for every table column and the following columns:
endpoint - the ID of the table this column belongs to
endpoint
colum_name - the field name recognizable to the API interface
colum_name
data_type - one of: "DATE", "STRING", "CURRENCY", "NUMBER", "PERCENTAGE", "YEAR", "QUARTER", "MONTH", "DAY"
data_type
pretty_name - a descriptive label
pretty_name
definition - definition of the colmn's value
definition
is_required - logical value
is_required
Other ustfd_user: endpoint_exists(), ustfd_all_pages(), ustfd_datasets(), ustfd_query(), ustfd_simple(), ustfd_tables()
endpoint_exists()
ustfd_all_pages()
ustfd_datasets()
ustfd_query()
ustfd_simple()
library(ustfd) ustfd_table_columns(ustfd_tables(ustfd_datasets()$dataset[2])$endpoint)
Run the code above in your browser using DataLab