Skip to contents

This package contains color palettes, a ggplot2 theme, and a function to make tables for Cardea.

Installation

If you do not have the remotes package install, you’ll need to install it first. You can do that with this code:

install.packages("remotes")

You can install cardea from GitHub with:

remotes::install_github("rfortherestofus/cardea",
                        auth_token = REPLACEWITHTOKENISHAREDWITHYOU,
                        force = TRUE)

You can rerun this code at any point to get the newest version of the package.

Help

To view the documentation, please run cardea_help(). This will load a website with the help docs.