Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R and rstudio intermediate #20

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1bc8755
Move file from master to individual branch
stephan-koenig May 30, 2020
3100f3b
Fix text formatting and add donwload link for data
stephan-koenig Sep 25, 2020
09c6fca
Apply suggestions from TA code review
stephan-koenig Oct 6, 2020
5d9bcbb
Apply suggestions from code review
cathy-y Oct 17, 2020
a6ab1b7
Apply suggestions from code review
cathy-y Oct 17, 2020
53f8905
Fixed markups for code chunks
cathy-y Oct 23, 2020
4d92829
Restructured order of sections, moved learning objectives to the begi…
cathy-y Oct 24, 2020
d5f518b
Update r_and_rstudio_basic.html
cathy-y Oct 31, 2020
4f3e598
Rewrote questions (and uploaded images to go with them)
cathy-y Oct 31, 2020
2187691
Question revisions
cathy-y Oct 31, 2020
7267170
Removed the working with data section
cathy-y Oct 31, 2020
9c8116b
Changed capitalization
cathy-y Nov 7, 2020
1d952f5
Added section on data types, amended questions
cathy-y Nov 7, 2020
88bf430
Update inst/tutorials/r_and_rstudio_basic/r_and_rstudio_basic.Rmd
cathy-y Nov 9, 2020
9c93172
Added section on vectors and data frames, covered logical operators i…
cathy-y Nov 15, 2020
64ffef4
Started the troubleshooting section
cathy-y Dec 1, 2020
5a98376
Completed getting help section
cathy-y Dec 1, 2020
493826e
Edited the troubleshooting section
cathy-y Dec 6, 2020
ee6ba8e
Added internal links
cathy-y Dec 12, 2020
a9ca887
Updated internal links
cathy-y Dec 12, 2020
51db6d0
Added review questions and drafted learning objectives
cathy-y Jan 18, 2021
6a08bd8
Add to IntroR review questions
Jan 25, 2021
6821e3b
I need to pull from Github and it won't let me do it until I commit
cathy-y Jan 26, 2021
1d3f967
Merge branch 'r-and-rstudio-intermediate' of https://github.com/EDUCE…
cathy-y Jan 26, 2021
f43b246
Drafted part of the section on writing functions
cathy-y Jan 27, 2021
ddadcbe
Fleshed out Functions and started helper functions
cathy-y Feb 2, 2021
ecba69e
Added section on transforming data
cathy-y Feb 3, 2021
3fdbbf2
Merge branch 'main' into r-and-rstudio-intermediate
cathy-y Feb 3, 2021
1d3efd3
Merge branch 'main' into r-and-rstudio-intermediate
stephan-koenig Feb 3, 2021
0b4e881
Added sapply section
cathy-y Feb 6, 2021
deea0d7
Added section on removing NAs
cathy-y Feb 8, 2021
e140767
Added section on tidying data
cathy-y Feb 22, 2021
948f4c4
Added questions to tidying data and started joining data
cathy-y Mar 1, 2021
61fd076
Added section on joins
cathy-y Mar 10, 2021
7d47b5d
Finished section on joins
cathy-y Mar 15, 2021
662bfd9
Merge branch 'main' into r-and-rstudio-intermediate
stephan-koenig Mar 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added inst/resources/images/dependerror.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/resources/images/mean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/resources/images/meanNA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/resources/images/objecterror.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/resources/images/packageinstall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/resources/images/selecterror.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
1,171 changes: 1,171 additions & 0 deletions inst/tutorials/r_and_rstudio_intermediate/r_and_rstudio_intermediate.html

Large diffs are not rendered by default.