The package “sqrtnumbeR” calculates the square of any given number.
You can install “sqrtnumbeR” from GitHub as follows:
# install.packages("devtools")
devtools::install_github("OliverZimmermann/sqrtnumbeR")
Basic example for calculating the square of a number:
library(sqrtnumbeR)
sqrtnumbeR(3)
#> [1] 9
If you have a bug or an idea GitHub.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.