knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  cache = TRUE, 
  fig.align="center",
  fig.pos="t"
)

Welcome to the Efficient R Programming answers sheet. Here you will find answers to the numerous exercises provided in the book Efficient R Programming.

Chapter 2

R Version

R Startup

RStudio

The first set of six exercises is about exploring and trying out RStudio interactively. There is no right answer in this case - the best approach is to play around.

BLAS

Exercises



csgillespie/efficient documentation built on Jan. 26, 2020, 4:03 a.m.