README.md

Tutorial

The goal of Tutorial is to help in demonstrating to a class how to create a simple package

Installation

devtools::install_github("sam-mutua/Tutorial")

Example

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

library(Tutorial)
## basic example code
y <- adds(3,9,8)
y
#> [1] 20
z <- adds(-3,-6,-9)


sam-mutua/Tutorial documentation built on Dec. 22, 2021, 9:21 p.m.