View source: R/s3_strip_class.R
s3_strip_class | R Documentation |
Strip the class part of attached S3 methods (do nothing with other functions).
s3_strip_class(x)
x |
A character vector giving candidate S3 methods. |
Character.
utils::isS3method()
s3_strip_class(c("print", "print.factor", "print.data.frame"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.