as_R6 {gqlr} | R Documentation |
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 |
Examples
Int <- getFromNamespace("Int", "gqlr")$clone()
print(Int)
print(as_R6(Int))
[Package gqlr version 0.0.2 Index]