getSegmentClassTable: splits segmenTier classes into a table

View source: R/segmenTools.R

getSegmentClassTableR Documentation

splits segmenTier classes into a table

Description

specifically tailored to segment strings in segmenTier; splits a list of strings by a separator and constructs a table from the entries.

Usage

getSegmentClassTable(sgtypes, sep = "_", gsep = ":")

Arguments

sgtypes

a list of strings, that is converted to a table of classes based on a string separator (sep)

sep

the separator for classes in the string

gsep

a separator within classes to be used as classification ID (column header of the produces class table)


raim/segmenTools documentation built on March 20, 2024, 6:23 a.m.