knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

paletero

The goal of paletero is to ...

Installation

You can install the released version of paletero from CRAN with:

install.packages("paletero")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("datasketch/paletero")

Example

This is a basic example which shows you how to solve a common problem:

# library(paletero)
## basic example code

TODO's



jpmarindiaz/paletero documentation built on March 11, 2024, 6:42 a.m.