Web Links - eBook

Share here link to free online eBook in a format of PDF or bookdown
Sort by

Advanced R

989 | No comment | R , R programming , eBook No note
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]

Plotly for R Book

986 | No comment | eBook , Data visualization , Interactive plots No note
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]

R for Data Science

892 | No comment | R , R programming , eBook No note
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]

R Packages

904 | No comment | R , R programming , eBook No note
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]