An open API service indexing awesome lists of open source software.

https://github.com/jeffplays2005/stats220

University course in learning R language
https://github.com/jeffplays2005/stats220

rlanguage

Last synced: 5 months ago
JSON representation

University course in learning R language

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

![](https://media1.tenor.com/m/rgJleMzUa8MAAAAC/bailes.gif)

## Running code in CLI

```bash
Rscript
Rscript -e "rmarkdown::render('dynamic_report_example.Rmd')"
```