gqlr (version 0.0.1)

as_R6: As R6

Description

Debug method that strips all gqlr classes and assigns the class as 'R6'

Usage

as_R6(x)

Arguments

x

any object. If it inherits 'R6', then the class of x is set to 'R6'

Examples

Run this code
Int <- getFromNamespace("Int", "gqlr")$clone()
print(Int)
print(as_R6(Int))

Run the code above in your browser using DataLab