A vignette example

This document is an example of vignette to use as a general documentation of an R package. Here it illustrate only one function include in a test package intitled testeR.

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

An example of subsection

Loading testeR package an shows the 5 first Fibonacci numbers:

library(testeR)
fibonacci(n1=1, n2=5)


ghesteves/testeR documentation built on March 7, 2021, 3:48 p.m.