Strip the class part of attached S3 methods (do nothing with other functions).
Source:R/s3_strip_class.R
s3_strip_class.Rd
Strip the class part of attached S3 methods (do nothing with other functions).
Examples
s3_strip_class(c("print", "print.factor", "print.data.frame"))
#> [1] "print" "print" "print"