Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilhvitfeldt/emilfun

Personal R Package
https://github.com/emilhvitfeldt/emilfun

r rstats

Last synced: 4 days ago
JSON representation

Personal R Package

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%"
)
```

# Emil Hvitfeldt's personal R package

[![R-CMD-check](https://github.com/EmilHvitfeldt/ehlib/workflows/R-CMD-check/badge.svg)](https://github.com/EmilHvitfeldt/ehlib/actions)
[![emilverse](https://img.shields.io/badge/emilverse-packages-blue.svg)](http://github.com/emilhvitfeldt/emilverse)

This is my [personal R package](https://hilaryparker.com/2013/04/03/personal-r-packages/) where I gather the various [R](https://www.r-project.org/) functions I have found useful in one place.

## Installation

You can install **emilfun** from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("EmilHvitfeldt/emilfun")
```