Description Usage Arguments Examples
Checks valid methods and issues a friendlier error message in case the method is undefined for the supplied object type.
1 | friendly_class_undefined_message(object_class, function_name)
|
object_class |
character describing the object class |
function_name |
character which is the function name |
1 2 3 | # as.tokens.default <- function(x, concatenator = "", ...) {
# stop(quanteda.core:::friendly_class_undefined_message(class(x), "as.tokens"))
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.