friendly_type {rlang} | R Documentation |
Format a type for error messages
Description
friendly_type()
is deprecated. Please use the
standalone-friendly-type.R
file instead.
Usage
friendly_type(type)
Arguments
type |
A type as returned by |
Value
A string of the prettified type, qualified with an indefinite article.
[Package rlang version 1.1.3 Index]