David Brand
2015-Dec-30 19:32 UTC
[R] Error: could not find function "VectorSource" in package tm
Error: could not find function "VectorSource" in package tm Windows 64bit using Rstudio please advise thanks David [[alternative HTML version deleted]]
Sarah Goslee
2015-Dec-30 20:54 UTC
[R] Error: could not find function "VectorSource" in package tm
What did you do to get that error? Is tm installed? Is tm loaded? What does library(tm) return? And sessionInfo() ? 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]] >Please use plain text. -- Sarah Goslee http://www.numberwright.com
boB Rudis
2015-Dec-30 20:54 UTC
[R] Error: could not find function "VectorSource" in package tm
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.
Duncan Murdoch
2015-Dec-30 20:56 UTC
[R] Error: could not find function "VectorSource" in package tm
On 30/12/2015 2:32 PM, David Brand wrote:> Error: could not find function "VectorSource" in package tm > > Windows 64bit using Rstudio > > please adviseIf you want advice about the error message, you need to tell us what you did to produce it. Duncan Murdoch