Web Links - eBook

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

987 | 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

2623 | No comment | Data mining , R , Best seller , eBook No note


This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible.

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]

Text Mining with R: A Tidy Approach

1879 | No comment | R , Text mining , eBook No note


With this practical book, you’ll explore text-mining techniques with tidytext, a package that authors Julia Silge and David Robinson developed using the tidy principles behind R packages like ggraph and dplyr.