R/createTonnageString.R
createTonnageString.Rd
inputs to get_ functions are required as strings when passed as a sql statement This function converts numeric inputs to character strings. Used specifically for tonnage class
createTonnageString(itemName, chosenItem)
Character string. Variable name as it exists in the data base
User input value of variable listed in itemName
A character string
if (FALSE) {
createTonnageString(itemName="toncl2",chosenItem=c(1,2))
createTonnageString(itemName="toncl2",chosenItem="all")
}