tabparse: table data parse

Description Usage Arguments Value Examples

Description

this funciton parse the table in input and output file and return specific column space will be treated as separater

Usage

1
tabparse(lines_models = NULL, rowrange = NULL, colrange = NULL)

Arguments

lines_models

array. the lines to fetch. must be provided

rowrange

array. row range in the table. must be provided

colrange

array. column range in the table. must be provided

Value

array. the selected part of the table

Examples

1
2
lines_models=c("1 2 3 4 5","6 7 8  9 10","11 12 13\t14 15")
tabparse(lines_models,c(1,3),c(2,4))

artedison/ensRadaptor documentation built on Dec. 8, 2020, 5:31 p.m.