A basic math function library
remotes::install_github('PythonCoderUnicorn/mathR')
or
devtools::install_github("PythonCoderUnicorn/mathR")
load the library
library(mathR)
Add example
add(4,8)
# or
x = 1:5
y = 11:16
add(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.