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

monpackage

The goal of monpackage is to demonstrate

Installation

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

install.packages("monpackage")

Example

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

## basic example code
library(monpackage)
moyenne(1:10)


borisparent/monpackage documentation built on May 30, 2019, 4:02 a.m.