Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiushiyan/ymisc

my miscellaneous R package
https://github.com/qiushiyan/ymisc

Last synced: about 2 months ago
JSON representation

my miscellaneous R package

Awesome Lists containing this project

README

        

---
output:
github_document:
pandoc_args: --webtex=https://ibm.codecogs.com/png.latex?
always_allow_html: yes
---

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

# ymisc

[![R-CMD-check](https://github.com/enixam/ymisc/workflows/R-CMD-check/badge.svg)](https://github.com/enixam/ymisc/actions)

This package contains my personal miscellaneous functions.

You can install the package from Github via

``` r
remotes::install_github("enixam/ymisc")
```