line_split {itol.toolkit} | R Documentation |
Split lines into two parts
Description
Split lines based on the data block marker
Usage
line_split(lines, param = "data")
Arguments
lines |
a vector of character strings from template file. |
param |
"theme" or "data" for the theme paramters or the data lines |
Value
a vector of character strings containing data or theme information
[Package itol.toolkit version 1.1.7 Index]