| getFriendlyName {RGalaxy} | R Documentation |
Takes a string like "fooBarBaz" and returns "Foo Bar Baz".
getFriendlyName(camelName)
camelName |
The "camelCased" name to make friendly. |
Used by galaxy() to create default labels based on function
and parameter names.
The friendly version of the camel-cased name.
galaxy,
GalaxyConfig, GalaxyOutput
getFriendlyName("fooBarBaz")