Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiyangt/sta3262
https://github.com/thiyangt/sta3262
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiyangt/sta3262
- Owner: thiyangt
- Created: 2020-12-18T05:21:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:34:48.000Z (3 months ago)
- Last Synced: 2024-07-28T05:46:36.764Z (3 months ago)
- Language: R
- Size: 1.54 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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")
```