| dt2_search_global | R Documentation |
search)Set global search (option search)
dt2_search_global(
options = list(),
value,
regex = FALSE,
smart = TRUE,
caseInsensitive = TRUE
)
options |
Options list. |
value |
Text. |
regex, smart, caseInsensitive |
Search flags. |
Updated options.
opts <- dt2_search_global(list(), value = "Toyota")
dt2(mtcars, options = opts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.