getname: Get the name of an object

Description Usage Arguments Value Examples

Description

Get the name of an object

Usage

1
getname(object)

Arguments

object

The object from which its name is sought.

Value

Returns the name of the object passed as argument, in the form of a string.

Examples

1
2
myobject <- 5
getname(myobject)

jeanmarcgp/xtsanalytics documentation built on May 19, 2019, 12:38 a.m.