Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parmsam/psam
- Owner: parmsam
- License: other
- Created: 2023-07-16T02:01:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-08T04:47:20.000Z (5 months ago)
- Last Synced: 2024-08-13T07:11:15.151Z (4 months ago)
- Language: R
- Homepage:
- Size: 4.96 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - parmsam/psam - Miscellaneous set of functions for personal use (R)
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).