read.table-InputFile-method: Reads an FG Input File as a Table

Description Usage Arguments Value Examples

Description

Note: Not all Files in FASTGenomics are CSV Files! Check the file type and use a more appropiate method when necessary.

Usage

1
2
## S4 method for signature 'InputFile'
read.table(file)

Arguments

InputFile

The input file to be loaded

Value

a dataframe

Examples

1
2
fg_process <- fastgenomicsR::Process()
read.table(fg_process@input$some_file)

FASTGenomics/fastgenomicsR documentation built on June 26, 2019, 12:38 p.m.