gx.export: Exports item using specified exporter

View source: R/geneXplain.R

gx.exportR Documentation

Exports item using specified exporter

Description

This function exports a specified item from the platform workspace to a local file. The function gx.exporters lists available exporters and the parameters of an exporter can be inspected using the function gx.export.parameters.

Usage

gx.export(path, exporter = "Tab-separated text (*.txt)",
  exporter.params = list(), target.file = "genexplain.out")

Arguments

path

platform path of item to export

exporter

exporter to use for export

exporter.params

parameters of the exporter

target.file

local file to export to

Value

NULL

See Also

gx.exporters

gx.export.parameters

biouml.export


genexplain/geneXplainR documentation built on Oct. 24, 2023, 8:56 a.m.