SeparateSubentries: Preprocessing of entry description.

Description Usage Arguments Value Examples

View source: R/parse-helper.R

Description

Separate subentries and strip unnecessary whitespace.

Usage

1
SeparateSubentries(description, acronym = NA)

Arguments

description

The description string of the field.

acronym

The acronym of the field. Can be found with ShowFields().

Value

A list of strings with each subentry as an element.

Examples

1
2
x <- "SN\talcohol:NAD+ oxidoreductase"
brendaDb:::SeparateSubentries(x, "SN")

brendaDb documentation built on Nov. 8, 2020, 5:16 p.m.