paint_ifnull: Paint if null

paint_ifnullR Documentation

Paint if null

Description

Paint if null

Usage

paint_ifnull(obj, true_paint = crayon::red, false_paint = crayon::blue)

Arguments

obj

text to be painted and printed

true_paint

crayon function to execute if is.null(obj)

false_paint

crayon function to execute if !is.null(ojb)


USAID-OHA-SI/Interesting documentation built on Jan. 26, 2023, 5:57 p.m.