hasTidyMethod {midasHLA}R Documentation

Check if tidy method for class exist

Description

hasTidyMethod check if there is a tidy method available for a given class.

Usage

hasTidyMethod(class)

Arguments

class

String giving object class.

Value

Logical indicating if there is a tidy method for a given class.


[Package midasHLA version 1.0.0 Index]