Quarto Live modification of the Posit Programming Basics primer
R is easiest to use when you know how the R language works. This tutorial will teach you the implicit background knowledge that informs every piece of R code.
In this tutorial, you’ll learn about:
- functions and their arguments
- objects
- R’s basic data types
- R’s basic data structures including vectors and lists
- R’s package system
Quarto Live - WebAssembly powered code blocks and exercises for Quarto HTML documents. Quarto is the “next generation” of R Markdown. Quarto Live uses WebR, which facilitates running R code directly in the browser with no need for a server.
R for Data Science from O’Reilly Media, Inc. Copyright © 2017 Garrett Grolemund, Hadley Wickham. Used with permission.
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 License (CC BY-SA 4.0) - see the LICENSE file for details.