CompactFactorNames {NISTunits} | R Documentation |
compact the factor names to camelCase
Description
CompactFactorNames
compacts the factor names from separate words to camel case
Usage
CompactFactorNames(s)
Arguments
s |
string with the factor names' |
Value
string with names in camelCase
Author(s)
Jose Gama
Examples
CompactFactorNames('ton of refrigeration (12 000 BtuIT/h)')
[Package NISTunits version 1.0.1 Index]