rds.dataset-class: Rich Data Services Data Set

rds.dataset-classR Documentation

Rich Data Services Data Set

Description

A data set contains the three main sections of an RDS query, metadata, data, and info. The metadata may or may not be present depending on what was requested in the query. If it is it will contain variable and classification metadata if available. The data will contain the actual data values that are returned from the query. The info will contain information about the query ran including the any limits, whether or not more columns or rows are available, and a total row count if available.

Slots

variables

A data frame of the variable information of the variables included in the query

records

A data frame of the records returned.

totals

A data frame of the totals returned (tabulation only).

info

A data frame of the query information.


mtna/rds-r documentation built on July 30, 2023, 3:25 a.m.