getDate-methods: Get the date of an object

Description Usage Arguments Value Examples

Description

Get the date of an object

Usage

1
2
3
4
getDate(object)

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

Arguments

object

The object for which we want to get the name

Value

The date of the object

Examples

1
2
3
4
5
exp <- new(Class="Experiment",
 date=Sys.Date(),
  name="ex",
   databases=list(1))
getDate(exp)

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