Comment
Author: Admin | 2025-04-28
Analyzed web page. This confirms the fact that the article is about creating PowerPoint document using ReporteRs package in R R code of rquery.wordcloud function#++++++++++++++++++++++++++++++++++# rquery.wordcloud() : Word cloud generator# - https://www.sthda.com#+++++++++++++++++++++++++++++++++++# x : character string (plain text, web url, txt file path)# type : specify whether x is a plain text, a web page url or a file path# lang : the language of the text# excludeWords : a vector of words to exclude from the text# textStemming : reduces words to their root form# colorPalette : the name of color palette taken from RColorBrewer package, # or a color name, or a color code# min.freq : words with frequency below min.freq will not be plotted# max.words : Maximum number of words to be plotted. least frequent terms dropped# value returned by the function : a list(tdm, freqTable)rquery.wordcloud Infos This analysis has been performed using R (ver. 3.1.0). Enjoyed this article? I’d be very grateful if you’d help it spread by emailing it to a friend, or sharing it on Twitter, Facebook or Linked In. Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!Avez vous aimé cet article? Je vous serais très reconnaissant si vous aidiez à sa diffusion en l'envoyant par courriel à un ami ou en le partageant sur Twitter, Facebook ou Linked In. Montrez-moi un peu d'amour avec les like ci-dessous ... Merci et n'oubliez pas, s'il vous plaît, de partager et de commenter ci-dessous! --> Recommended for You! Get involved : Click to follow us on Facebook : Comment this article by clicking on "Discussion" button (top-right position of this page)
Add Comment