I am wondering if it is possible to filter the data on a second attribute/key when using crosstalk::SharedData
?
I would like to modify the example:
Filter two tables with crosstalk
to introduce an additional variable e.g. sex
, and to have an additional select_filter
, which will enable me to subset the data by sex
(male, female) first, before in addition selecting by owner
.