combine_reaction_parts: Combines two reaction parts to form a reaction

View source: R/parser.R

combine_reaction_partsR Documentation

Combines two reaction parts to form a reaction

Description

This function combines two reaction parts and forms a complete reaction construction with a reaction operator which specifies the relation between the two parts.

Usage

combine_reaction_parts(left_part, right_part, operator)

Arguments

left_part

The first part of the reaction

right_part

The second part of the reaction

operator

A string specifying the relation between the parts. It will be concatenated between the string parts.

Value

A string representing the complete construction of a reaction.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.