rlang (version 0.1.4)

friendly_type: Format a type for error messages

Description

Format a type for error messages

Usage

friendly_type(type)

Arguments

type

A type as returned by type_of() or lang_type_of().

Value

A string of the prettified type, qualified with an indefinite article.

Examples

Run this code
# NOT RUN {
friendly_type("logical")
friendly_type("integer")
friendly_type("string")
# }

Run the code above in your browser using DataCamp Workspace