Description Usage Arguments Methods See Also Examples
Represents an output file generated by an R function in Galaxy.
1 |
basename |
Required. The name of the output file, minus the extension. |
format |
Required. The file type of the output file. For suggested extensions, see GALAXY_HOME/datatypes_conf.xml. |
No methods defined with class "GalaxyOutput" in the signature.
link{galaxy}
, GalaxyConfig
, GalaxyParam
1 2 3 | params <- list(
outputfile1=GalaxyOutput("plot", "pdf"),
outputfile2=GalaxyOutput("data", "csv"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.