getName-methods: Get the name of an object

Description Usage Arguments Value Examples

Description

Get the name of an object

Usage

1
2
3
4
getName(object)

## S4 method for signature 'Experiment'
getName(object)

Arguments

object

The object for which we want to get the name

Value

The name of the object

Examples

1
2
exp <- new(Class="Experiment", date=Sys.Date(), name="test")
getName(exp)

rricepackage/rRice documentation built on May 24, 2019, 2:53 p.m.