ef_if.na: If NA, NAN, or Infinate repalce with value

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Uses ifelse to replace NA only if value is NA

Usage

1
ef_if.na(x, y)

Arguments

x

value to be checked

y

value to replace if x is NA, NAN, or Infinite

Value

a data frame of cots symbols with descriptions

Examples

1
2
3
4
5
6
7
## Not run: 

ef_if.na(NA,3)
ef_if.na(4,5)


## End(Not run)

exploringfinance/efutils documentation built on Jan. 2, 2022, 4:26 a.m.