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 = "#>" )
Loading testeR package an shows the 5 first Fibonacci numbers:
library(testeR) fibonacci(n1=1, n2=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.