The goal of mathR is to ...
You can install the development version of mathR using
if (!require(remotes)){
install.packages("remotes")
library(remotes)
}
remotes::install)github("larsdelin/mathR")
This is a basic example which shows you how to add two vectors:
library(mathR)
x <- c(1, 2, 3)
y <- c(10, 15, 20)
add(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.