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("jnguyen01/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)
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.