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 ...
Markdown is a document structure that generates reports containing computing code, graphs and associated text in a user-friendly interface. Business analysts, budding data scientists and marketers ...
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 are lots of ways to share results of your R analysis: Word documents, interactive apps, even in the body of an email. But sometimes, you want a slide presentation. It’s easy to generate a ...
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 ...