qinwf / re2r

RE2 Regular Expression in R.

Home Page:https://qinwenfeng.com/re2r_doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re2r doesn't work on colab

wangtz opened this issue · comments

https://colab.sandbox.google.com/drive/1g9HP56CBmzBztlC5S7KdEq2yL4FYiHU4#scrollTo=XBCTEC_lwnhg

Error: Error in re2_detect(test_string, "(o.e)"): could not find function "re2_detect"

New to R, wondering if I need to do anything after installing the package?

Thanks,
Tiezhen

Be sure to load the package first:

library(re2r)

Ah. I see. Thanks!