Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parmsam/psam

Miscellaneous set of functions for personal use
https://github.com/parmsam/psam

Last synced: 9 days ago
JSON representation

Miscellaneous set of functions for personal use

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# psam

The goal of psam is to provide a useful set of miscellaneous functions for my future self.

## Installation

You can install the development version of psam from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("parmsam/psam")
```

## Credits

- prefix() and unprefix() based on code from [prefixer package](https://github.com/dreamRs/prefixer).