Learn R Programming

odns (version 1.0.2)

resource_data_items: Get a table of available fields and their types for a specified resource.

Description

Get a table of available fields and their types for a specified resource.

Usage

resource_data_items(resource)

Value

A data.frame detailing the names and types of all fields available for the chosen resource.

Arguments

resource

A character string containing the resource id of the resource for which information is to be returned.

Examples

Run this code
if (FALSE) {
resource_data_items(resource="edee9731-daf7-4e0d-b525-e4c1469b8f69")
}

Run the code above in your browser using DataLab