Przeglądaj źródła

RegEx tab was renamed

tags/v0.2.0
Garrick Aden-Buie 8 lat temu
rodzic
commit
64a47e0b52
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      R/rstudio_addins.R

+ 1
- 1
R/rstudio_addins.R Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz