Skip to contents

ggplot pipe tools

Usage

x %||% y

Arguments

x

the left variable

y

the right variable

Examples

1 %||% 2
#> [1] 1