The title pretty much says it all, but is there a way to change the column names when using renderTable in a Shiny app? My first thought was to just use rename() on the dataframe I'm using for the table, which works well. However, I'd like to have a column name that is multiple words that I don't need underscores for. For example, instead of having a column named "This_Column", I'm hoping there's a way for it to read "This Column". Any workaround for this anyone can share?