concatenate_memos {textAnnotatoR} | R 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
[Package textAnnotatoR version 0.1.4 Index]