s3_strip_class: Strip the class part of attached S3 methods (do nothing with...

View source: R/s3_strip_class.R

s3_strip_classR Documentation

Strip the class part of attached S3 methods (do nothing with other functions).

Description

Strip the class part of attached S3 methods (do nothing with other functions).

Usage

s3_strip_class(x)

Arguments

x

A character vector giving candidate S3 methods.

Value

Character.

See Also

utils::isS3method()

Examples

s3_strip_class(c("print", "print.factor", "print.data.frame"))


maurolepore/pkgdoc documentation built on Nov. 4, 2024, 6:56 a.m.