Could someone please assist me with the below problem. I started using R shiny recently so I'm terrible at it.
I'm trying to return a value in a different column based on the choice selected in selectizeinput. e.g. I have 2 tables that look like this:
Table A
ID Car
1 Volvo
2 Almera
3 Toyota
4 Ranger
Table B
ID Date
1 09-Sep-09
2 23-Oct-02
3 06-Dec-95
4 18-Jan-89
in my selectizeinput my choices are the IDs. I want a function which will return the Date and Car value depending on the ID selected in the dropdown.
Your assistance will be greatly appreciated Regards, Katy