simpler interface
simplify get_concept()
. Search parameters are now not provided via a table anymore but as a combination of column name and value to search for in that column. They can also be provided as a string representing a query that would be used in dplyr::filter()
, where several search conditions can be combined arbitrarily.