getFriendlyName: Change a camelCase name to a friendlier version

Description Usage Arguments Details Value See Also Examples

Description

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

Usage

1
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

1
getFriendlyName("fooBarBaz")

dtenenba/RGalaxy_refactor documentation built on May 15, 2019, 4:55 p.m.