hinted_class_message: Generate a hint for how to convert one object type to another

hinted_class_messageR Documentation

Generate a hint for how to convert one object type to another

Description

Generate a hint for how to convert one object type to another

Usage

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)

Arguments

object

An object to be compared to expected

expected

An object of the expected class

Value

A character string of length 1


rstudio/tblcheck documentation built on March 11, 2023, 5:42 p.m.