🔍 An RStudio addin slash regex utility belt
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 linhas
519B

  1. #' @section Options:
  2. #' - `regexplain.no.check.version` if `TRUE` or unset, the app will check for
  3. #' updates on the first run of the session.
  4. #' - `regexplain.addin.max_lines` controls the number of lines of text imported
  5. #' into the gadget, defaults to 100. Higher values will degrade performance.
  6. #' @importFrom dplyr "%>%" mutate filter group_by summarize select
  7. #' @importFrom utils getFromNamespace installed.packages packageVersion globalVariables
  8. #' @importFrom rlang .data
  9. #' @keywords internal
  10. "_PACKAGE"