Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
libjohn committed Sep 11, 2024
1 parent a66ce99 commit 1ec31ac
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 126 deletions.
230 changes: 115 additions & 115 deletions docs/slides/slides_import-data.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions slides/slides_import-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Along the way

- Tour of the RStudio IDE (Projects)

- How to import data following
- How to import data

- Coding notebooks

Expand All @@ -291,16 +291,16 @@ Along the way



+----------+---------------+--------------+-------------------+
| Operator | Operator Name | Keystore | Pnuemonic |
+==========+===============+==============+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+----------+---------------+--------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+----------+---------------+--------------+-------------------+
+-------------+---------------+--------------+-------------------+
| Operator | Operator Name | Keystore | Pnuemonic |
+=============+===============+==============+===================+
| `<-` | assignment | Alt-dash | "Gets value from" |
+-------------+---------------+--------------+-------------------+
| `|>`\ | pipe | Ctrl-Shift-M | "And then" |
| or | | | |
| | | | |
| `%>%` | | | |
+-------------+---------------+--------------+-------------------+

## Citation management

Expand Down

0 comments on commit 1ec31ac

Please sign in to comment.