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

cranology

The goal of cranology is to demonstate what you do with {fusen}.

Installation

You can install the development version of cranology like so:

remotes::install_github("ALanguillaume/cranology")

Example

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

library(cranology)

TADA !

cranology("2020-03-15")


ALanguillaume/cranology documentation built on April 21, 2022, 12:32 a.m.