\name{getParameterLabels} \alias{getParameterLabels} \title{ Returns the map form column names to labels for the paraticular parameter. } \usage{getParameterLabels(model,parameter) } \arguments{ \item{model}{Name of a model.} \item{parameter}{Name of a parameter (variable) in the model.} } \description{ Internal function used to query the StatShop database for metadata about a parameter. This returns a mapping from the StatShop names for the parameters to the column names in the database. } \seealso{ \code{\link{asp.dbConnect}},\code{\link{getParameterVector}}, \code{\link{listParameterNames}},\code{\link{getParameterType}} } } \keyword{database}