Learn R Programming

rDataPipeline (version 0.60.0)

get_fields: Get fields from table

Description

Use API endpoint to produce a list of fields for a table. Requires API key.

Usage

get_fields(table, endpoint = "http://127.0.0.1:8000/api/")

Value

Returns a data.frame of fields and their attributes set to "none"

Arguments

table

a string specifying the name of the table

endpoint

a string specifying the registry endpoint