When I run the code below, I get the error in the title. I have tried uninstalling and re-installing Rstudio and R multiple times. Htmlwidget has been
library(htmlwidgets)
s <- c("70\"", "5 ft\"", "4\'11", "\"\"", "\".\"", "\"Six feet\"")
pattern <- \\\d
str_view_all(s, pattern)