getFriendlyName {RGalaxy}R Documentation

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.

Details

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

Value

The friendly version of the camel-cased name.

See Also

galaxy, GalaxyConfig, GalaxyOutput

Examples

getFriendlyName("fooBarBaz")

[Package RGalaxy version 1.38.0 Index]