combine_investigator_groups_as_text: Format a list of investigator text chunks.

View source: R/format_investigators.R

combine_investigator_groups_as_textR Documentation

Format a list of investigator text chunks.

Description

Given a list of possibly grouped investigators as text chunks, format this into a single string as text.

Usage

combine_investigator_groups_as_text(l, sep = " | ", ...)

Arguments

l

A list of investigator text chunks

Details

Combining investigators into a single string is a two-step process. First, each group can be combined into a text chunk. This list of text chunks would then be further combined into a single string (this function). The idea is that this process can be done for both flextables and text using the same type of functions. This function handles text output.

Value

A string representing all investigators


steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.