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.
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.