check_class | R Documentation |
Checks if the method is defined for the class.
check_class(class, method, defunct_methods = NULL)
class |
the object class to check |
method |
the name of functions to be called |
## Not run:
quanteda:::check_class("tokens", "dfm_select")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.