null-coalesce-operator {yfinancer}R Documentation

Null coalescing operator

Description

Null coalescing operator

Usage

x %||% y

Arguments

x

First value

y

Fallback value if x is NULL

Value

x if not NULL, otherwise y


[Package yfinancer version 0.1.3 Index]