I would like to see two columns in one using DT package.
Example:
Score
Count of scores Sum of scores
I am rendering the table from Markdown:
renderDataTable({
DT::datatable(
I would appreciate any help.
Thanks.
Hi @bharath222: It's hard to understand what you are trying to accomplish without providing a reproducible example (a.k.a. reprex). I've provided a couple links discussing what a reprex is and tips for creating them.
Thank you for letting me know. I was not able to create the reprex in R so I have created in Excel and pasted here. Please let me know if you don't understand. (see below image)
This is how I wanted to create a table in Shiny using DT package. Is it possible to do that? or is there any other package to create a table exactly the same.