Skip to contents

Print method for feature_sets

Usage

# S3 method for class 'feature_sets'
print(x, ...)

Arguments

x

feature_sets object

...

ignored

Value

Invisibly returns the input object x (called for side effects).

Examples

if (FALSE) { # \dontrun{
  # print method called on feature_sets object
} # }