Skip to content

Help with the RMD Output & rCharts Package

2 messages · Shivi Bhatia

#
Dear Team,

I am in need of urgent help on RMD output in html.

A) I am working on a sentiment analysis problem and have built a sentiment
model which works perfectly on R Studio however the same on the RMD shows
all the processing steps and details.

I have used echo= FALSE but i still the see the output as below:
Loading required package: stringr
Attaching package: 'stringr'
The following object is masked from 'package:qdap':
The following object is masked from 'package:igraph':%>%

B) i am also using rcharts to create charts on the above but as mentioned
above i dont see output in RMD whereas i see the output in R studio. The
code for the same is"
p4 <- nPlot(~ score, data = abc.sentiments, type = 'pieChart')
p4$chart(donut = TRUE)
p4


Please let me know if i need to share the sentiment code in a text file.
#
Found an alternative,

error A) was because the score.sentiment was calling the stringr package so
called it at the start of the RMD file
error B) looked for other alternative as rcharts didnt worked
On Thu, Aug 4, 2016 at 6:39 PM, Shivi Bhatia <shivipmp82 at gmail.com> wrote: