I'm trying to reuse snippets of code from the r-lib repository. I can't find where this particular pipe operator is defined:
getOption("usethis.description") %||% list()
Could anyone direct me to the source code for this pipe operator?
I'm trying to reuse snippets of code from the r-lib repository. I can't find where this particular pipe operator is defined:
getOption("usethis.description") %||% list()
Could anyone direct me to the source code for this pipe operator?
Copyright © 2021 Jogjafile Inc.
Answer credit to @akrun.
%||%is defined inrlang: