Description Usage Arguments Examples
Return Seemingly Regular Expressions.
1 2 | return_regex(input = row.names(datasets::mtcars),
verbose = c("recommend", "all", "lazy"))
|
input |
The text list. |
verbose |
the output style, by default, 'recommend', 'all' and 'lazy'. |
1 2 3 4 5 6 | inputs <- row.names(mtcars)
inputs %>% head
# remotes::install_github("daranzolin/inferregex")
return_regex(inputs, verbose = "recommend")
return_regex(inputs, verbose = "all")
return_regex(inputs, verbose = "lazy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.