Browse Source

regex

master
boB Rudis 7 years ago
parent
commit
b285b4f977
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 2
      R/jtf_addin.R

2
R/jtf_addin.R

@ -5,7 +5,7 @@ jtf_addin <- function() {
clip_txt <- trimws(clipr::read_clip())[1]
if (grepl("^http[s]://", clip_txt)) {
if (grepl("^http[s]*://", clip_txt)) {
var_name <- temp_name()

Loading…
Cancel
Save