This expression uses a quantifier? to optionally
match things. Specifically, the question mark makes the preceding token in
the regular expression optional.
Usage
maybe(.data = NULL, value)
Arguments
.data
Expression to append, typically pulled from the pipe %>%