get_fields {rDataPipeline}R Documentation

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://localhost:8000/api/")

Arguments

table

a string specifying the name of the table

endpoint

a string specifying the registry endpoint

Value

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


[Package rDataPipeline version 0.54.1 Index]