Skip to contents

c4cp

The goal of c4cp is to …

Installation

You can install the development version of c4cp like so:

library(devtools)
install_github("Analyticsphere/c4cp")
library(c4cp)
## basic example code

Adding Features to the Package

In order to update the package, execute the following steps:

  1. Within your branch,run:
devtools::document()
pkgdown::build_site_github_pages()
  1. Push and merge your changes to Main
  2. Create a pull request: Main -> gh-pages