Skip to content

Commit

Permalink
Finalize expanding list for resources
Browse files Browse the repository at this point in the history
avahoffman committed Oct 27, 2023
1 parent 66cccc1 commit 021063e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions resources.Rmd
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Here are additional resources to help you on your R journey - either before, dur

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Help Getting Started**</span></summary>
<details><summary> <span style = "color: #5383bb;"> ► **Help Getting Started**</span></summary><br>

- [R reference card](http://cran.r-project.org/doc/contrib/Short-refcard.pdf)
- [R jargon](https://link.springer.com/content/pdf/bbm%3A978-1-4419-1318-0%2F1.pdf)
@@ -25,7 +25,7 @@ Here are additional resources to help you on your R journey - either before, dur

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Class Cheatsheets**</span></summary>
<details><summary> <span style = "color: #5383bb;"> ► **Class Cheatsheets**</span></summary><br>

- [Day 1 - RStudio & Reproducibility Cheatsheet](https://jhudatascience.org/intro_to_r/modules/cheatsheets/Day-1.pdf)
- [Day 2 - Basic R & Data Input/Output Cheatsheet](https://jhudatascience.org/intro_to_r/modules/cheatsheets/Day-2.pdf)
@@ -42,7 +42,7 @@ Here are additional resources to help you on your R journey - either before, dur

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Troubleshooting Guides**</span></summary>
<details><summary> <span style = "color: #5383bb;"> ► **Troubleshooting Guides**</span></summary><br>

- [Guide on when to use quotes or backticks](https://jhudatascience.org/intro_to_r/resources/quotes_vs_backticks.html)
- [Guide on what functions require pulling values out first](https://jhudatascience.org/intro_to_r/resources/functions_for_vectors.html)
@@ -51,15 +51,15 @@ Here are additional resources to help you on your R journey - either before, dur

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Keyboard Shortcuts**</span></summary>
<details><summary> <span style = "color: #5383bb;"> ► **Keyboard Shortcuts**</span></summary><br>

- RStudio shortcuts can be found [here](<http://www.rstudio.com/ide/docs/using/keyboard_shortcuts>).

</details>

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Extra help**</span></summary>
<details><summary> <span style = "color: #5383bb;"> ► **Extra help**</span></summary><br>

**Need help with data import?**

@@ -95,7 +95,7 @@ Here are additional resources to help you on your R journey - either before, dur

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Courses & Conferences**</span></summary>
<details><summary> <span style = "color: #5383bb;"> ► **Courses & Conferences**</span></summary><br>

#### **Online Courses and Resources**

@@ -125,25 +125,26 @@ Here are additional resources to help you on your R journey - either before, dur

<br>


### **R for Stata, SPSS, and SAS files**
<details><summary> <span style = "color: #5383bb;"> ► **R for Stata, SPSS, and SAS files**</span></summary><br>

- The [Haven](https://haven.tidyverse.org/) package
(This package is super useful for reading and writing files so that they are compatible across Stata, SPSS, SAS, and R)
- [R vs Stata](https://link.springer.com/content/pdf/bbm%3A978-1-4419-1318-0%2F1.pdf)
(See page 505)

### **Comparison of Python and R**
</details>

<br>

<details><summary> <span style = "color: #5383bb;"> ► **Comparison of Python and R**</span></summary><br>

- A helpful [blog post](https://www.ibm.com/cloud/blog/python-vs-r) about the difference between these two languages.

### **Interested in Conferences?**
</details>

- The [RStudio/Posit conference](https://posit.co/conference/) has lots of useful workshops!
<br>

### **Videos of Previous Online Lectures**
***
<details><summary> <span style = "color: #5383bb;"> ► **Videos of Previous Online Lectures**</span></summary><br>

#### **From Summer Institute 2022**

@@ -169,7 +170,6 @@ knitr::kable(mat, format = "html") %>%
kable_styling()
```


#### **From Winter Institute 2022**

```{r, echo = FALSE, message = FALSE, results='asis'}
@@ -253,5 +253,6 @@ knitr::kable(mat, format = "html") %>%
kable_styling()
```

<br>
</details>

<br>

0 comments on commit 021063e

Please sign in to comment.