| rds.variable-class | R Documentation |
A variable containg the metadata round a column of data. This will provide information about the variable, what it is, the codes that apply to it and summary statistics.
idThe variable ID.
nameThe variable name.
labelThe variable label.
descriptionThe variable description.
questionTextThe question that was asked to get a response. This applies to variables whose data was collected through surveys.
dataTypeThe data type of the variable. This is a harmonized type that is used accross all data sources regardless of how the data is stored in the back. This is the property that should be evaluated if variable information or data needs to be displayed differently based on type.
storageTypeThe data type that the variable is stored as in the back end data source. This is specific to the source and cannot be counted on to be the same accross all variables on the RDS server.
fixedStorageWidthThe width of the variable in a fixed file.
startPositionThe start position of the variables data in the context of a fixed file.
endPositionThe end position of the variables data in the context of a fixed file.
decimalsThe number of decimal places the variables data may have.
classificationIdIf the variable has a classification associated with it its ID will be here. This can be used for display or query purposes, however, the classificationUri will result in faster queries so that should be used for querying.
classificationUriIf the variable has a classification associated with it its URI will be here. This can be used for query purposes.
indexThe index of the variable in the data product.
referenceIndicates if the variable is a reference. If true, this variable will not contain the full variable metadata, and the variable metadata should be retrieved from the server if more detail about the variable is desired.
isDimensionIndicates if the variable can be used as a dimension or not in tabulations.
isMeasureIndicates if the variable can be used as a measure or not in tabulations.
isRequiredIndicates if the variable should always be included in the results or not.
isWeightIndicates if the variable can be used as a weight.
statisticsA list of rds.statistics objects that potentially contains weighted or non weighted summary statistics of the variables values.
frequenciesA list of rds.frequency objects that potentially contains weighted or non weighted frequencies of the variables values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.