Skip to content

What the Package Does (One Line, Title Case)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

gopalkhanal11/square

Repository files navigation

square

The goal of square is to square numbers

Installation

You can install the development version of square from GitHub with:

# install.packages("devtools")
devtools::install_github("gopalkhanal11/square")

Example

This is a basic example which shows you how to solve a common problem:

library(square)
## basic example code
square(2:4)
#> [1]  4  9 16
x<-1:10
x^2
#>  [1]   1   4   9  16  25  36  49  64  81 100

About

What the Package Does (One Line, Title Case)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages