Packages are the fundamental units of reproducible R code. They include reusable R functions, the documentation that describes how to use them, and sample data. In this book you’ll learn how to turn your code into packages that others can easily download and use.Read more.
The techniques and tools covered in R Packages are most similar to the requirements found in Data Scientist job advertisements.