Learn R Programming

wyz.code.rdoc (version 1.1.7)

getObjectSignature: Get Object Signature

Description

Get object reification code as string

Usage

getObjectSignature(object_o_1)

Arguments

object_o_1

the R object to analyze

Value

A single string.

Examples

Run this code
# NOT RUN {
source(file.path(system.file(package = "wyz.code.offensiveProgramming"), 'code-samples',
'classes', 'sample-classes.R'))
getObjectSignature(Wyx())
#[1] "Wyx(d_d, y_b_1 = FALSE)"

# }

Run the code above in your browser using DataLab