View source: R/S3--aaa-setup.R
| as_R6 | R Documentation |
Debug method that strips all gqlr classes and assigns the class as 'R6'
as_R6(x)
x |
any object. If it inherits |
Int <- getFromNamespace("Int", "gqlr")$clone()
print(Int)
print(as_R6(Int))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.