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

marmitar

The goal of marmitar is to ...

Installation

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

install.packages("marmitar")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Mar-celo/marmitar")

Example

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

library(marmitar)
## basic example code


Mar-celo/marmitar documentation built on Dec. 17, 2021, 2:19 a.m.