Tool.SplitToGenDataFrame: Split Character To Data.frame

View source: R/utils.R

Tool.SplitToGenDataFrameR Documentation

Split Character To Data.frame

Description

This function generates n-column data frame by spliting character by some specific letters or phrases.

Usage

Tool.SplitToGenDataFrame(to.splits.string, to.split.by, res.colnames)

Arguments

to.splits.string

Character. The string to be splited.

to.split.by

Character(1). The string will be splited by this parameter, and it will be directly passed to parameter split of function strsplit.

res.colnames

Character(2). It gives 2 column names in the result table. The splited string gets to have 2 parts of equal length, and they will be reconstructed to form a table so that 2 column names are needed.


ZJUDBlab/InterCellDB documentation built on March 19, 2023, 4:56 p.m.