The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R’s quirks and shows how some...
[Read more]
This book assumes no prerequisites: no algebra, no calculus, and no prior programming/coding experience. This is intended to be a gentle introduction to the practice of analyzing data and answering questions using data the way data scientists,...
[Read more]
This book introduces the blogdown R package to create websites using R Markdown and Hugo. There are two major highlights of blogdown:
1) It produces a static website, meaning the website only consists of static files such as HTML, CSS,...
[Read more]
This book introduces an R package, bookdown, to change your workflow of writing books.
With bookdown,
- It should be technically easy to write a book,
- visually pleasant to view the book,
- fun to...
[Read more]
This website explains and partially documents the R package plotly, a high-level interface to the open source JavaScript graphing library plotly.js (which powers plot.ly).
The R package already has numerous examples and documentation on...
[Read more]
This book will teach you how to do data science with R: You’ll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it. In this book, you will find a practicum of skills for data...
[Read more]
This book will teach you how to create an R package.
Contents:
1. Getting started
- Introduction
- Package structure
2. Package components
- Code (R/)
- Package metadata...
[Read more]