View source: R/format_investigators.R
combine_investigator_groups_as_text | R Documentation |
Given a list of possibly grouped investigators as text chunks, format this into a single string as text.
combine_investigator_groups_as_text(l, sep = " | ", ...)
l |
A list of investigator text chunks |
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.
A string representing all investigators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.