ソースを参照

RegEx tab was renamed

tags/v0.2.0
コミット
64a47e0b52
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      R/rstudio_addins.R

+ 1
- 1
R/rstudio_addins.R ファイルの表示

@@ -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")
}

読み込み中…
キャンセル
保存