Description Usage Arguments Details Value See Also Examples
Takes a string like "fooBarBaz" and returns "Foo Bar Baz".
1 | 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
1 | getFriendlyName("fooBarBaz")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.