Technical Foundations of Informatics: A modern introduction to R

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Informatics (or Information Science) is the practice of creating, storing, finding, manipulating and sharing information. These are all tasks that the R language was designed for, and so Technical Foundations of Informatics, the online course guide for the University of Washington course of the same name, also provides an excellent resource for learning those skills using R.

Tfoi-logo

The course guide, co-developed by Michael Freeman and Joel Ross, is a self-contained book that teaches you how to work with data using R in modern and reproducable ways. It assumes no technical background, but jumps quickly into setting up the necessary infrastructure for reproducible data science: R, RStudio, Git, an editor, and a command shell.

With the infrastructure in place, the remainder of the course is largely an introduction to R itself: the basic objects, functions and data types. The content focuses on what you need to know, rather than attempting to be comprehensive: for example, data frame manipulation smartly jumps straight to using the dplyr package rather than covering the “old-school” techniques for working with data. If you haven't tried out dplyr yet, Chapter 11 is a great quick-start tutorial in its own right.

Similarly, for data visualization the text jumps straight to using the ggplot2 package rather than covering the older, base graphic techniques. It can take some effort to learn ggplot2's grammar of graphics, but that early effort pays off in the long run when it comes to creating consistently attractive, information-rich graphics. Fortunately, Chapter 14 provides a concise introduction to the topic, and again serves as an excellent quick-start guide to ggplot2 if you haven't yet taken the plunge. There's also a chapter on using Plotly for creating interactive graphics using the ggplot2 syntax.

Other topics covered in the guide include: accessing data via APIs; using R Markdown to create documents and websites using R; working with others via the Git source code control system; and creating interactive applications with Shiny.

Overall the course guide represents an excellent and concise introduction to the modern way of working with R. Although the course assumes no technical background, it does jump into the deep end quite quickly, and focuses on some advanced topics while omitting some basic areas of R. But by only showing one way of achieving various goals in Informatics, the book should get you up to speed with the most modern ways of using R quite quickly. The course guide is freely available to everyone at the link below.

University of Washington Informatics: Technical Foundations of Informatics

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)