powered by
Get object reification code as string
getObjectSignature(object_o_1)
the R object to analyze
A single string.
# 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