-
Notifications
You must be signed in to change notification settings - Fork 0
/
reference-keys.txt
181 lines (181 loc) · 3.04 KB
/
reference-keys.txt
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
tab:stat1
fig:simple-plot-cap
fig:youNeedVC1
introduction
what-is-r
why-r
pre-requisites
why-not-r
getting-started-setting-up
installing-r
installing-r-studio
exploring-r-studio-interface
basic-things-to-know
installing-packages
loading-packages
working-directory
getting-help
keyboard-shortcuts
r-files-objects
rstudio-projects
save-your-real-work.-delete-the-rest.
r-scripts
tasks
operators-data-objects
operators
assignment-operators
arithmetic-operators
relational-operators
logical-operators
miscellaneous-operators
data-objects
data-types
data-structures
mixing-objects
object-attributes
tasks-1
working-with-data
importing-data-into-r
import-flat-files-.csv-.txt
import-excel-data-file
import-stata-data-file
importing-r-data-file
importing-web-data-file
inbuilt-datasets
other-file-formats
explore-the-dataset
pull-basic-statistics-from-your-data
for-continuous-variables
exporting-data-from-r
tasks-2
exercise-1
exercise-2
data-wrangling
r-data-wrangling-packages
dplyr
tidyr
janitor
skimr
the-pipe-operator
filtering-data
filtering-rows
selecting-columns
renaming-columns
reordering
reordering-columns
reordering-rows
creating-new-columns
tasks-3
exercise-1-1
exercise-2-1
problem-statement
use-case
your-task
tips
additional-credit
solution
data-visualisation
why-use-r-for-data-visualization
cheat-sheet
section-1
geometries-attributes-and-aesthetics-in-ggplot2
customizing-visualizations-with-ggplot2
manipulating-axes
manipulating-labels-and-legends
common-geoms
scatter-plot-geom_point
line-plot-geom_line
bar-plot-geom_bar
box-plot-geom_boxplot
density-plot-geom_density
ggplot2-extensions
practice-plotting-using-ggplot2
questions
statistics-in-r
one-and-two-sample-tests
correlation
simple_lm
other-modelling-approaches
tasks-4
functions
learning-objectives
when-to-write-functions
function-components
built-in-functions
math-functions
character-functions
statistical-functions
user-defined-functions
function-definition
sample-of-user-defined-functions
function-1
function-2
function-call
tasks-5
reproducible-results-markdown-quarto-notebooks
why-reproducibility
the-visual-editor
r-markdown
what-is-r-markdown
get-started-with-r-markdown
new_rm
the-r-markdown-anatomy
yaml-header
formatted-text
code_chunks
adding-figures
adding-tables
inline-r-code
tips_tricks
further-information
r-notebooks
quarto
r-shiny
introduction-1
some-sample-of-live-shiny-apps
what-experience-do-i-need
structure-of-a-shiny-app
basic-file-structures
building-the-ui
inputs
adding-an-input-widget-to-the-app
inputting-a-text
inputting-numeric-inputs
inputting-dates
inputting-from-choices
file-uploads
action-buttons
outputs
text-output
tables-output
plot-output
downloads
html-content
layouts
sidbar-layout
tabsets
navlists
shiny-dashboard.
sharing-shiny-apps
steps-to-deploy-on-shinyapps.io
lets-buid-a-shiny-app-together
recommended-extension-packages
github_r
what-is-version-control
why-use-version-control
what-is-git-and-github
setup_git
install-git
configure-git
rs_config
register-a-github-account
setting-up-a-project-in-rstudio
opt1
opt2
use_git
tracking-changes
commit-history
undo
collab
git-tips
resources