Introduction to Data Visualisation and Web Applications Using R This course introduces the key aspects of data visualisation using R, with applications of powerful R tools to generate clear graphics ...
R Markdown is one of my favorite things about modern R. It offers an easy way to combine text, R code, and the results of R code in a single document. And when that document is rendered as HTML, you ...
There’s a simple idea about productivity and writing: almost anything you need to do, you can do in a plain text file. By a plain text file, I mean a .txt file that contains nothing but text without ...