A dataset containing the mapping from database column names to R field names
Source:R/data.R
mapColNamesFieldR.RdA dataset containing the mapping from database column names to R field names
Format
A data frame containing database field names and their equivalent R field name:
- Table.Prefix
The two letter prefix of the relevent RDBES table
- Field.Name
The database field names
- R.Name
The equivalent R field name
- RDataType
The equivalent R data type (e.g. "integer", "character" etc)
- Type
The Data type in the RDBES documentation (e.g. "Decimal", etc)
- EssentialForEst
Is this column considered essential?
...