Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilhvitfeldt/emilfun
- Owner: EmilHvitfeldt
- License: other
- Created: 2017-11-09T21:31:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T22:53:03.000Z (over 3 years ago)
- Last Synced: 2024-10-30T17:09:13.556Z (about 2 months ago)
- Topics: r, rstats
- Language: R
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```