rds.dataset-class | R Documentation |
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.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.