Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
R extension
pvelando
Hi,
I've just installed the R extension. Looks very promising.
In my R console I have installed the "tm" package and would like to use its libraries and functions in RapidMiner. Any one knows how to call or install these libraries and functions in my RM Studio?
Thanks!
Find more posts tagged with
AI Studio
Extensions
R
Accepted answers
All comments
Andrew2
Hello
You need to install the R extension. Once you have, from within the RMStudio R console type the following (select a mirror site during the first step)
install.packages("tm")
library(tm)
This will make the tm functions available.
For example, typing this will load one of the built in text corpora.
data("acq")
str(acq)
regards
Andrew
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups