concatenate_memos: Concatenate memo texts

View source: R/utils.R View source: R/annotate_gui.R

concatenate_memosR Documentation

Concatenate memo texts

Description

Combines existing and new memo texts with proper separators, handling empty memos appropriately.

Combines existing and new memo texts with proper separators, handling empty memos appropriately.

Usage

concatenate_memos(existing_memo, new_memo)

concatenate_memos(existing_memo, new_memo)

Arguments

existing_memo

Character string containing current memo text

new_memo

Character string containing memo text to append

Value

Character string of combined memo text

Character string of combined memo text


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.