R/utils.R

Defines functions `%||%`

`%||%` <- function(a,b) if(is.null(a)) b else a

Try the rpinterest package in your browser

Any scripts or data that you put into this service are public.

rpinterest documentation built on May 2, 2019, 7 a.m.