forked from PsyTeachR/ads-v1
-
Notifications
You must be signed in to change notification settings - Fork 5
/
app-symbols.qmd
44 lines (35 loc) · 1.9 KB
/
app-symbols.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Symbols {#sec-symbols}
| Symbol | psyTeachR Term | Also Known As |
|:------:|:------------------|:------------------|
| () | (round) brackets | parentheses |
| [] | square brackets | brackets |
| {} | curly brackets | squiggly brackets |
| <> | chevrons | angled brackets / guillemets |
| < | less than | |
| > | greater than | |
| & | ampersand | "and" symbol |
| # | hash | pound / octothorpe|
| / | slash | forward slash |
| \\ | backslash | |
| - | dash | hyphen / minus |
| _ | underscore | |
| * | asterisk | star |
| ^ | caret | power symbol |
| ~ | tilde | twiddle / squiggle|
| = | equal sign | |
| == | double equal sign | |
| . | full stop | period / point |
| ! | exclamation mark | bang / not |
| ? | question mark | |
| ' | single quote | quote / apostrophe|
| " | double quote | quote |
| %>% | pipe | magrittr pipe |
| \| | vertical bar | pipe |
| , | comma | |
| ; | semi-colon | |
| : | colon | |
| @ | "at" symbol | [various hilarious regional terms](https://www.theguardian.com/notesandqueries/query/0,5753,-1773,00.html) |
| ... | `glossary("ellipsis")`| dots |
```{r fig-soundimals-hash, echo=FALSE, fig.cap="[Image by James Chapman/Soundimals](https://soundimals.tumblr.com/post/167354564886/chapmangamo-the-symbol-has-too-many-names)"}
knitr::include_graphics("images/appx/soundimals_hash.png")
```