[R] Error: could not find function "VectorSource" in package tm

boB Rudis bob at rudis.net
Wed Dec 30 21:54:09 CET 2015


Do you have any code? Any more logs from the error? It's hard to help
when you've provided little more than an error message. What does the
output of:

   library(tm)
   docs <- c("This is a text.", "This another one.")
   (vs <- VectorSource(docs))

generate?

On Wed, Dec 30, 2015 at 2:32 PM, David Brand <9rogr4mm3r at gmail.com> wrote:
> Error: could not find function "VectorSource" in package tm
>
> Windows 64bit using Rstudio
>
> please advise
>
> thanks
> David
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list