Closed fschaffner closed 1 year ago
Could strip_numeric = be added as an option to tokenize_tweets()?
strip_numeric =
tokenize_tweets()
Currently tokenize_tweets("@rOpen5Sci and #rstats see: 10 https://cran.r-project.org", strip_numeric = TRUE) produces an error message.
tokenize_tweets("@rOpen5Sci and #rstats see: 10 https://cran.r-project.org", strip_numeric = TRUE)
This function has been removed in the current version.
Could
strip_numeric =
be added as an option totokenize_tweets()
?Currently
tokenize_tweets("@rOpen5Sci and #rstats see: 10 https://cran.r-project.org", strip_numeric = TRUE)
produces an error message.