testpkg.Rmd
testpkg
library(testpkg)
Functionality of the package: * Squaring two numbers * Finding the product of two numbesr
You can use the square function to multiply a number by itself
square
square(10) #> [1] 100