object_class: This is example function to demonstrate that devtools:check()...

Description Usage Arguments Value Examples

Description

This is example function to demonstrate that devtools:check() can fail.

Usage

1
object_class(object)

Arguments

object

R object

Value

The class of the object

Examples

1
2
mat <- matrix(1:20, nrow=5, ncol=5)
object_class (mat)

andzajan/devtoolsCheck documentation built on Dec. 19, 2019, 12:02 a.m.