https://github.com/bradlindblad/deerLottery
Shiny app with {golem}. Analyze North Dakota deer gun lottery results
https://github.com/bradlindblad/deerLottery
Last synced: 4 months ago
JSON representation
Shiny app with {golem}. Analyze North Dakota deer gun lottery results
- Host: GitHub
- URL: https://github.com/bradlindblad/deerLottery
- Owner: bradlindblad
- License: other
- Created: 2020-03-31T20:52:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T20:53:47.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:15:03.475Z (8 months ago)
- Language: R
- Size: 3.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - bradlindblad/deerLottery - Shiny app with {golem}. Analyze North Dakota deer gun lottery results (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# deerLottery
[](https://www.tidyverse.org/lifecycle/#stable)
The goal of deerLottery is to ...
## Installation
You can install the released version of deerLottery from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("deerLottery")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(deerLottery)
## basic example code
```What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
```{r cars}
summary(cars)
```You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date.
You can also embed plots, for example:
```{r pressure, echo = FALSE}
plot(pressure)
```In that case, don't forget to commit and push the resulting figure files, so they display on GitHub!