Explorar el Código

Start regex_gadget with text=NULL if nothing selected

tags/v0.1.0^2
Garrick Aden-Buie hace 8 años
padre
commit
b6c339715d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R Ver fichero

@@ -27,7 +27,7 @@ regexplain_addin <- function() {
},
error = function(e) {as.character(ctx_text)})

regex_gadget(obj)
regex_gadget(if (length(obj) && obj != "") obj)

}


Cargando…
Cancelar
Guardar