RGalaxy (version 1.16.2)

getFriendlyName: Change a camelCase name to a friendlier version

Description

Takes a string like "fooBarBaz" and returns "Foo Bar Baz".

Usage

getFriendlyName(camelName)

Arguments

camelName
The "camelCased" name to make friendly.

Value

The friendly version of the camel-cased name.

Details

Used by galaxy() to create default labels based on function and parameter names.

See Also

galaxy, GalaxyConfig, GalaxyOutput

Examples

Run this code
getFriendlyName("fooBarBaz")

Run the code above in your browser using DataLab