Recently Published
Using Google Translate Notebook for learning a languages
In this work, with google translate notebook, a spreadsheet is exported then imported to R studio to generate a webpage.
BoxPlot
boxplot(Sepal.Length ~ Species, data = iris,
main = "Box Plot of Sepal Length by Species",
col = "lightblue")