Rename objects using speicified function
rename_per_fun(idf, class, fun = toCamelCase, strict = FALSE)
idf | An eplusr::Idf object |
---|---|
class | A character vector of classes names |
fun | A function to take the corresponding object names as input,
process them and return a character vector with the same length. |
strict | If |
The modified eplusr::Idf object, invisibly