Roel Hogervorst CB
Results
2
issues of
Roel Hogervorst CB
I can't get the string detection to work through dbplyr: ``` tbl(con,"results") %>% filter(grepl("position",name)) ``` `'ParseException:SQLparser:42000!SELECT: no such binary operator 'grepl(char,clob)''` or the stringr package: ``` tbl(con, "results" %>% filter(str_detect(pattern...
(note I did not check this package on older version of mac) Notifications are send but not displayed as popup. They do display in the notifications sidebar. Weirdly when I...