README.md

lancer

Lifecycle:
experimental

Helpers for the common R user.

This R package contains utility functions executed by the author for personal use. Feel free to submit issues :relaxed:

Installation

You can install the development version of lancer from GitHub with:

install.packages("remotes")
remotes::install_github("lanceupton/lancer")

Code of Conduct

Please note that the ‘lancer’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Bulletin Board

Remember that these methods exist!:

# Collapse objects into single string and output to console
cat(letters[1:5], letters[6:10], sep = "-", fill = TRUE)
#> a-b-c-d-e-f-g-h-i-j


lanceupton/sillyR documentation built on Jan. 31, 2020, 2:26 p.m.