rr--- title: "multiplyby2" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{multiplyby2} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8}
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(ecmtestpack1)
This function simply multiplies the input by two and returns the result:
multiplyby2(26)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.