check_options_graph(c('car','pedestrian'),
c('car','pedestrian','bike','heavy'),c('car','heavy'))
check_options_graph(c('coucou','salut'),
c('car','pedestrian','bike','heavy'),c('car','heavy'))
check_options_graph(NULL,
c('car','pedestrian','bike','heavy'),c('car','heavy'))
Run the code above in your browser using DataLab