Learn R Programming

highfrequency (version 0.8.0)

noZeroPrices: Delete the observations where the price is zero

Description

Function deletes the observations where the price is zero.

Usage

noZeroPrices(tData)

Arguments

tData

an xts or data.table object at least containing a column PRICE.

Value

an xts or data.table object depending on input.