R/utils.R

Defines functions `%||%`

`%||%` <- function(a,b) if(is.null(a)) b else a
ColinFay/rgeoapi documentation built on May 6, 2019, 12:22 p.m.