| person(family = "RStudio", role = "cph", comment = "Copyright holder of included shiny fragments") | person(family = "RStudio", role = "cph", comment = "Copyright holder of included shiny fragments") | ||||
| ) | ) | ||||
| Description: Test and view regexes. | Description: Test and view regexes. | ||||
| Depends: | |||||
| R (>= 3.4.3), | |||||
| dplyr | |||||
| Depends: R (>= 3.4.3) | |||||
| License: GPL-3 | License: GPL-3 | ||||
| Encoding: UTF-8 | Encoding: UTF-8 | ||||
| LazyData: true | LazyData: true | ||||
| Imports: | Imports: | ||||
| purrr, | purrr, | ||||
| dplyr, | |||||
| rmarkdown, | rmarkdown, | ||||
| utils, | utils, | ||||
| tidyr, | tidyr, |
| export(view_regex) | export(view_regex) | ||||
| import(miniUI) | import(miniUI) | ||||
| import(shiny) | import(shiny) | ||||
| importFrom(dplyr,"%>%") | |||||
| importFrom(dplyr,filter) | |||||
| importFrom(dplyr,group_by) | |||||
| importFrom(dplyr,mutate) | |||||
| importFrom(dplyr,summarize) | |||||
| importFrom(utils,getFromNamespace) |
| #' @importFrom dplyr "%>%" mutate filter group_by summarize | |||||
| #' @importFrom utils getFromNamespace | |||||
| NULL | |||||
| escape_html <- function(x) { | escape_html <- function(x) { | ||||
| x = gsub("&", "&", x) | x = gsub("&", "&", x) | ||||
| x = gsub("<", "<", x) | x = gsub("<", "<", x) |
| % Generated by roxygen2: do not edit by hand | % Generated by roxygen2: do not edit by hand | ||||
| % Please edit documentation in R/regex_gadget.R | |||||
| % Please edit documentation in R/shiny_modified_inputs.R | |||||
| \name{textAreaInputAlt} | \name{textAreaInputAlt} | ||||
| \alias{textAreaInputAlt} | \alias{textAreaInputAlt} | ||||
| \title{Modified Text Area Input} | \title{Modified Text Area Input} |
| % Generated by roxygen2: do not edit by hand | % Generated by roxygen2: do not edit by hand | ||||
| % Please edit documentation in R/regex_gadget.R | |||||
| % Please edit documentation in R/shiny_modified_inputs.R | |||||
| \name{textInputCode} | \name{textInputCode} | ||||
| \alias{textInputCode} | \alias{textInputCode} | ||||
| \title{Modified Text Input} | \title{Modified Text Input} |