R/PriceToNA.R

PriceToNA <- function (df) {
  df[which(df == 0, arr.ind = TRUE)] = NA
  return (df)
}

Try the TickExec package in your browser

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

TickExec documentation built on May 2, 2019, 9:58 a.m.