Explorar el Código

RegEx tab was renamed

tags/v0.2.0
Garrick Aden-Buie hace 8 años
padre
commit
64a47e0b52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      R/rstudio_addins.R

+ 1
- 1
R/rstudio_addins.R Ver fichero

@@ -41,5 +41,5 @@ regexplain_file <- function() {
message("There were ", format(length(x), big.mark = ","), " lines in ", fname, "\nUsing only first 100.")
x <- x[1:100]
}
regex_gadget(x, "Regex")
regex_gadget(x, "RegEx")
}

Cargando…
Cancelar
Guardar