add_two_nums: add two numbers

View source: R/add_two_nums.R

add_two_numsR Documentation

add two numbers

Description

A sample function that adds two inputs

Usage

add_two_nums(x, y)

Arguments

x

a number

y

a number

Value

the sum of x and y

Examples

## Not run: 
add_two_nums(3,4)

## End(Not run)

jkylearmstrong/MyExamplePackage documentation built on April 15, 2022, 1:14 a.m.