1 year ago
#339981
math_ist
How do I display list items in a line in R
I want to make a ggplot title (Text) out of two elements generating in a loop:
Text = c(unique(ID_Role_table$ID), unique(ID_Role_table$Role))
Obviously, I get a list here (so they display vertically). I was wondering whether I could display them horizontally, or if there´s another way of writing the title.
Thank you!
r
list
ggplot2
title
0 Answers
Your Answer