0

I would like to create an selectinput to display multiple fields (variablename, sparklinehistogram, sparkinebox) from a datatable. The two fields sparklinehistogram and sparklinebox are just infofields about the distribution of the variablename.

In MsAccess such a possibility exists. (MS Access: Display two columns in combo-box)

Can (and how can) this be done in R shiny?

I hope I find something like this: enter image description here

GeoDude
  • 33
  • 4
  • 1
    You could do a datatable with sparkline, as [here](https://leonawicz.github.io/HtmlWidgetExamples/ex_dt_sparkline.html) or [here](https://www.infoworld.com/article/3318222/how-to-add-sparklines-to-r-tables.html). – Stéphane Laurent Jun 14 '19 at 11:54
  • Look at my answer to myself https://stackoverflow.com/questions/53188200/in-shiny-selectinput-to-have-value-et-label-with-vertical-align-and-spaces-not/53195361#53195361 – phili_b Jun 14 '19 at 16:34
  • The combination of my answer (many columns in select input) and Stéphane Laurent answer (sparkline that I didn't know) will be a good solution :) – phili_b Jun 14 '19 at 16:44

0 Answers0