knitr::opts_chunk$set(echo = TRUE)
Note: The description has been taken from R.
The data set contains six measurements made on 100 genuine and 100 counterfeit old-Swiss 1000-franc bank notes.
data(banknote, package="mclust") head(banknote)
A data frame with the following variables:
Variable | Meaning -------------|----------------------------------------------------------------------------------------- Status | the status of the banknote: genuine or counterfeit Length | Length of bill (mm) Left | Width of left edge (mm) Right | Width of right edge (mm) Bottom | Bottom margin width (mm) Top | Top margin width (mm) Diagonal | Length of diagonal (mm)

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.