foo: a foo function

Description Usage Arguments Details

View source: R/test_functions.R

Description

a foo function

Usage

1
2
3
4
  foo(input = GalaxyInputFile(), x = GalaxyNumericParam(),
    y = TRUE,
    z = GalaxyCharacterParam(c("Seattle", "Tacoma", "Olympia")),
    output = GalaxyOutput("pdf"))

Arguments

input

An input dataset

x

the x param

y

the y param

z

the z param

output

the output

Details

nothing


RGalaxy documentation built on Nov. 8, 2020, 7:42 p.m.

Related to foo in RGalaxy...