knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

sqrtnumbeR

The package "sqrtnumbeR" calculates the square of any given number.

Installation

You can install "sqrtnumbeR" from GitHub as follows: ``` {r, eval = FALSE}

install.packages("devtools")

devtools::install_github("OliverZimmermann/sqrtnumbeR")

## Example
Basic example for calculating the square of a number:
```r
library(sqrtnumbeR)
sqrtnumbeR(3)

Getting help

If you have a bug or an idea GitHub.



OliverZimmermann/sqrtnumbeR documentation built on May 20, 2019, 7:24 a.m.