A data frame corresponding to the SAS database. The returned data frame has an column.info
attribute and other attributes that contain additional information about each field in the data frame, respectively. The column.info
attribute is a list of lists, containing each of the following:
nameThe field name
offsetThe field offset in packed binary row data (bytes)
lengthThe field length (bytes)
typeThe field type, either 'character' or 'numeric'
When the database specifies a field format and/or label, the following may also be present:
formatThe field display format
labelThe field label (usually a longer description)