hinted_class_message | R Documentation |
Generate a hint for how to convert one object type to another
hinted_class_message(object, expected) ## S4 method for signature 'ANY,ANY' hinted_class_message(object, expected) ## S4 method for signature 'rowwise_df,grouped_df' hinted_class_message(object, expected) ## S4 method for signature 'data.frame,grouped_df' hinted_class_message(object, expected) ## S4 method for signature 'grouped_df,data.frame' hinted_class_message(object, expected) ## S4 method for signature 'data.frame,rowwise_df' hinted_class_message(object, expected) ## S4 method for signature 'rowwise_df,data.frame' hinted_class_message(object, expected)
object |
An object to be compared to |
expected |
An object of the expected class |
A character string of length 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.