From 66a5a2f36881ac98d9823dfe1a1fe02984b321fe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 8 Mar 2024 23:40:34 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : b6fa1f89e0b8b4d1ace927815d921f51216e24bc Branch : md-outputs Author : GitHub Actions Time : 2024-03-08 23:40:06 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : ea71489e7358e9f2c07d7da3f90bcc20f88d0103 Branch : main Author : Erin Becker Time : 2024-03-08 23:38:58 +0000 Message : Merge pull request #609 from swcarpentry/lowercase-filename consistent lowercase for filename --- 01-starting-with-data.html | 10 +-- 04-cond.html | 8 +-- 05-cmdline.html | 12 ++-- 06-best-practices-R.html | 2 +- 10-supp-addressing-data.html | 12 ++-- 13-supp-data-structures.html | 10 +-- aio.html | 54 +++++++------- data/car-speeds-cleaned.csv | 94 +++++++++++++++++++++++++ instructor/01-starting-with-data.html | 10 +-- instructor/04-cond.html | 8 +-- instructor/05-cmdline.html | 12 ++-- instructor/06-best-practices-R.html | 2 +- instructor/10-supp-addressing-data.html | 12 ++-- instructor/13-supp-data-structures.html | 10 +-- instructor/aio.html | 54 +++++++------- md5sum.txt | 2 +- pkgdown.yml | 2 +- renv.lock | 23 +++--- 18 files changed, 216 insertions(+), 121 deletions(-) diff --git a/01-starting-with-data.html b/01-starting-with-data.html index ef224ccf6..58c602765 100644 --- a/01-starting-with-data.html +++ b/01-starting-with-data.html @@ -582,11 +582,11 @@

R55).

Variables as Tags

To see the value of a variable, we can print it by typing the name of the variable and hitting CTRL + Return (or CTRL + -Enter) while working in the Script.R file in the editor which is -recommended. If we are working in the console directly, we need to hit -Return (or Enter). In general, R will print to the -console any object returned by a function or operation unless -we assign it to a variable.

+Enter) while working in the “script.R” file in the +editor which is recommended. If we are working in the console directly, +we need to hit Return (or Enter). In general, R +will print to the console any object returned by a function or operation +unless we assign it to a variable.

R

diff --git a/04-cond.html b/04-cond.html index 1ca2c8677..de8613588 100644 --- a/04-cond.html +++ b/04-cond.html @@ -746,7 +746,7 @@

R