setTime: setTime

setTimeR Documentation

setTime

Description

Adds a timestamp to the RHermesExp object with a specified message. Useful for adding info to the object for reproducibility purposes.

Usage

setTime(struct, message)

## S4 method for signature 'RHermesExp,character'
setTime(struct, message)

Arguments

struct

The RHermesExp object you want to add the timestamp to.

message

A character string to append.

Value

A copy of struct with the updated timestamp list.

Author(s)

Roger Gine

Examples

setTime(RHermesExp(), "Important info")

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.