Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiyangt/sta3262


https://github.com/thiyangt/sta3262

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# sta3262

## STA 326 2.0 Programming and Data Analysis with R

Assignments for STA 326 2.0 Programming and Data Analysis

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("thiyangt/sta3262")
```

## Assignment: Individual Project COVID-19 Data Analysis

```{r, comment=NA}
library(sta3262)
get_individual_project_country("AS2021000")
```