1

Encountered in tidyverse function (googledrive::drive_upload) as in:

dots <- toCamel(list(...))
dots$fields <- dots$fields %||% "*"

Because of the nature of the term, hard to search documentation for it. How should I have searched? Thank you for your help.

Ploulack
  • 337
  • 1
  • 11
  • 1
    `help("%||%")` or `?"%||%"` should work if you have the package that provides it loaded. `getAnywhere` can help you find what package it is a part of, or the `sos` package searches many packages. – Gregor Thomas Mar 15 '18 at 16:01

0 Answers0