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

https://github.com/apreshill/conj620labs


https://github.com/apreshill/conj620labs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

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

`conj620labs` is implemented as a [LearnR package](https://rstudio.github.io/learnr/). It can be set up on a Shiny server such as shinyapps.io or can be installed and run on a computer with the instructions below.

View the actual tutorial here:

## Installation

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

``` r
install.packages("remotes")
install.packages("learnr")
remotes::install_github("apreshill/conj620labs")
```

You can then run the tutorial with

```r
learnr::run_tutorial("cm035", package = "conj620labs")
```