Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cole-brokamp/CB
My personal R package
https://github.com/cole-brokamp/CB
Last synced: 8 days ago
JSON representation
My personal R package
- Host: GitHub
- URL: https://github.com/cole-brokamp/CB
- Owner: cole-brokamp
- License: other
- Created: 2015-07-21T21:25:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T02:26:29.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:14:13.238Z (4 months ago)
- Language: R
- Size: 1.18 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - cole-brokamp/CB - My personal R package (R)
README
## CB
[![DOI](https://zenodo.org/badge/21831/cole-brokamp/CB.svg)](https://zenodo.org/badge/latestdoi/21831/cole-brokamp/CB)
[![Travis-CI Build Status](https://travis-ci.org/cole-brokamp/CB.svg?branch=master)](https://travis-ci.org/cole-brokamp/CB)My personal R package. Install this package within `R` by running `remotes::install_github('cole-brokamp/CB')`.
#### Highlighted functions:
- `mappp` - custom wrapper for `purrr::map()` that includes extras like parallel computation, progress bars, error handling, and local/remote caching
- `theme_cb` - custom theme for ggplot2 (plus `theme_map`, which adds more theme changes designed for `ggplot2` + `sf` maps)
- `cchmc_colors` - access the Cincinnati Children's Hospital Medical Center color palette
- `save_pdf` - save graphics on current device to a pdf, also can save 300 DPI jpeg if imagemagick is installed on system
- `htable` - quickly interactively view a data.frame object
- `hlist` - quickly interactively view nested list objects#### Non-function features:
- my custom report and slides R Markdown templates