Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.