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)?(<-|=[^=]))"
  )
}
rjake/shinyobjects documentation built on June 12, 2022, 4:11 p.m.