Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-t-ruehr/ptrscripts
A collection of miscellaneous scripts.
https://github.com/peter-t-ruehr/ptrscripts
Last synced: about 1 month ago
JSON representation
A collection of miscellaneous scripts.
- Host: GitHub
- URL: https://github.com/peter-t-ruehr/ptrscripts
- Owner: Peter-T-Ruehr
- Created: 2024-09-16T13:58:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T12:09:00.000Z (3 months ago)
- Last Synced: 2024-10-12T16:45:02.091Z (2 months ago)
- Language: R
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```# misc_R_scripts
This is a package collection of some of my repeatedly used scripts.
## Installation
You can install the development version of PTRscripts from [GitHub](https://github.com/) with:
``` r
install_github("Peter-T-Ruehr/misc_R_scripts")
```
## Vognette
Follow the vignette for examples.