-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
43 lines (32 loc) · 1.21 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# erikdata <a href='https://github.com/erikerhardt/erikdata'><img src='images/erikdata.png' align="right" height="138.5" /></a>
<!-- badges: start -->
[![R-CMD-check](https://github.com/erikerhardt/erikdata/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/erikerhardt/erikdata/actions/workflows/check-standard.yaml)
[![R-CMD-check](https://github.com/erikerhardt/erikdata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/erikerhardt/erikdata/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Overview
Erik Erhardt's data library
* <strong><a href="https://erikerhardt.github.io/erikdata/">Documentation and Vignettes</a></strong>
* <a href="https://github.com/erikerhardt/erikdata/issues">Report Bug or Request Feature</a>
## Installation
```{r, eval = FALSE}
# The development version from GitHub
# install.packages("devtools")
devtools::install_github("erikerhardt/erikdata")
```
## Usage
```{r example}
library(erikdata)
erikdata_logo()
?`erikdata-package`
```