➥ Source: Modern Dive
Concepts introduced:
A short list (for now):
do_this(to_this)do_that(to_this, to_that, with_those)
A short list (for now):
do_this(to_this)do_that(to_this, to_that, with_those)
$
:dataframe$var_name
A short list (for now):
do_this(to_this)do_that(to_this, to_that, with_those)
$
:dataframe$var_name
install.packages
function and loaded with the library
function, once per session:install.packages("package_name")library(package_name)
Concepts introduced:
Markdown Quick ReferenceHelp -> Markdown Quick Reference
Remember this, and expect it to bite you a few times as you're learning to work with R Markdown: The workspace of your R Markdown document is separate from the Console!
x <- 2x * 3
Remember this, and expect it to bite you a few times as you're learning to work with R Markdown: The workspace of your R Markdown document is separate from the Console!
x <- 2x * 3
All looks good, eh?
Remember this, and expect it to bite you a few times as you're learning to work with R Markdown: The workspace of your R Markdown document is separate from the Console!
x <- 2x * 3
All looks good, eh?
x * 3
Remember this, and expect it to bite you a few times as you're learning to work with R Markdown: The workspace of your R Markdown document is separate from the Console!
x <- 2x * 3
All looks good, eh?
x * 3
What happens? Why the error?
with human readable messages
Concepts introduced:
There is just a bit more of GitHub that we'll use in this class, but for today this is enough.
Can you answer these questions?
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |