https://github.com/jji05/stats220
University course in learning R language
https://github.com/jji05/stats220
rlanguage
Last synced: 11 days ago
JSON representation
University course in learning R language
- Host: GitHub
- URL: https://github.com/jji05/stats220
- Owner: jji05
- Created: 2025-03-05T05:43:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T03:54:29.000Z (about 1 year ago)
- Last Synced: 2026-07-13T01:37:06.937Z (11 days ago)
- Topics: rlanguage
- Language: HTML
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stats220
This is my repo for STATS 220.
## A little about me:
* I'm a **third** year student undertaking Computer Science.
* I am taking STATS 220 because I want to learn the R language!
* I'm interested in learning about R lang and more markdown!
* I'm *currently* interested in react.js and next.js!
* I'm currently working on the [UABC's website](https://uabc.wdcc.co.nz)!
* You can see the GitHub repo here: [github link](https://github.com/UoaWDCC/uabc-portal/tree/main/public)
## Favourite coding languages ranked
Perhaps R can enter this rank some time soon!
1. Typescript
2. Node.js
3. C#
4. Java
5. Python
## Meme
A meme that captures how I currently feel about my university studies is

## Running code in CLI
```bash
Rscript
Rscript -e "rmarkdown::render('dynamic_report_example.Rmd')"
```