README.md

startR

Installation

# install.packages("remotes")                   # Run if required
remotes::install_github("emlab-ucsb/startR")    # Install from GitHub repo

Overview

The create_* family

This family of functions is here to create a bunch of things that we always need, like standard directories (folders), repository structure, and data paths. The family contains the following:

The ggplot-related things

There are two standard themes: ggtheme_plot and ggtheme_map. And a lazzy_ggsave function, which will export your plots as both pdf and tiff, directly into the results/img flder created by create_local_dirs.

The normalize_* family

Adapting from GFW's python script used to normalize shipnames and callsign, this is a non-vectorized R implementation of the same process.

Code of Conduct

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



jcvdav/startR documentation built on May 2, 2024, 8:30 p.m.