read_col: Read Biocyc col report tables

Description Usage Arguments Value Examples

View source: R/read_col.R View source: R/corncyc.R

Description

The col files are tab delimited files representing info in data files

The col files are tab delimited files representing info in data files

Usage

1
2
3
read_col(input = NULL)

read_col(input = NULL)

Arguments

input

Biocyc col file

Value

a dataframe. Note that many column names are serialized because they are different values for a common key in dat files

a dataframe. Note that many column names are serialized because they are different values for a common key in dat files

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
read_col("proteins.dat")

## End(Not run)

## Not run: 
read_col("proteins.dat")

## End(Not run)

faustovrz/pglipid documentation built on June 30, 2020, 5:10 a.m.