R/VolumeToZero.R

VolumeToZero <- function (df) {
  df[which(is.na(df) == TRUE, arr.ind = TRUE)] = 0
  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.