This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
regexplain
mirror of
https://github.com/gadenbuie/regexplain.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Start regex_gadget with text=NULL if nothing selected
tags/v0.1.0^2
Garrick Aden-Buie
8 years ago
parent
26df80bd0b
commit
b6c339715d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
R/regex_gadget.R
+ 1
- 1
R/regex_gadget.R
View File
@@ -27,7 +27,7 @@ regexplain_addin <- function() {
},
error = function(e) {as.character(ctx_text)})
regex_gadget(obj)
regex_gadget(
if (length(obj) && obj != "")
obj)
}
Write
Preview
Loading…
Cancel
Save