myfun {testpkg}R Documentation

myfun

Description

myfun

Usage

myfun(a = 1, b = 2, c)

Arguments

a

First argument

b

Second argument

c

Third Argument

Value

a + b + c

Examples

myfun(1, 2, 3)

[Package testpkg version 0.0.0.9000 Index]