12
Other Data Visualization Options
Data visualization is an important part of data science. There are a lot of resources available, as we have been seeing throughout Part 3 of the book. In this last chapter of Part 3, we will go over two extra visualization options:
- Plotting graphics in Microsoft Power BI using R
- Preparing data for plotting
- Creating word clouds in RStudio
Technical requirements
All the code can be found in the book’s GitHub repository: https://github.com/PacktPublishing/Data-Wrangling-with-R/tree/main/Part3/Chapter12.
The following are the libraries to load to RStudio for this chapter:
library(tidyverse) library(wordcloud2) library(officer) library(tidytext)
Plotting graphics in Microsoft Power BI using R
Many business intelligence ...
Get Data Wrangling with R now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.