R/utilities-constants.R

Defines functions strings_to_find

#' Valid strings for assignments/column names
#' @noRd
strings_to_find <- function() {
  paste0(
    "^((library|require)\\(|", 
    "[\\w\\._\\$0:9]+", 
    "(\\s)?(<-|=[^=]))"
  )
}

Try the shinyobjects package in your browser

Any scripts or data that you put into this service are public.

shinyobjects documentation built on July 29, 2020, 9:07 a.m.