[R] Error on Text Mining for WordCloud
S Ellison
S.Ellison at LGCGroup.com
Sun Feb 14 22:46:04 CET 2016
No specific experience of the package you are using, but you have
> as.character(nwCorp1)
This does nothing to nwCorp1; it just returns a character version of it to the console. If it was not the right kind of object you can expect later commands to throw errors.
Perhaps you meant
nwCorp1 <- as.character(nwCorp1) ?
S Ellison
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}
More information about the R-help
mailing list