Use metro to create a gt table. Merge the name and caption columns together but only if caption doesn’t have an NA value (the special pattern syntax of "{1<< ({2})>>“} takes care of this). This merged content is now part of the name column. We’d like to modify this further wherever there is text in parentheses: (1) make that text italicized, and (2) introduce a line break before the text in parentheses. We can do this with the text_replace() function.