bid_concepts | R Documentation |
Search for behavioral science and UX concepts used in the BID framework. Returns concepts matching the search term along with their descriptions, categories, and implementation guidance.
bid_concepts(search = NULL, fuzzy_match = TRUE, max_distance = 2)
search |
A character string to search for. If NULL or empty, returns all concepts. |
fuzzy_match |
Logical indicating whether to use fuzzy string matching (default: TRUE) |
max_distance |
Maximum string distance for fuzzy matching (default: 2) |
A tibble containing matching concepts with their details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.