Learn R Programming

aqr (version 0.2)

aqDropHours: Drop specific hours

Description

This function drops all data for a set of hours from an xts data set.

Usage

aqDropHours(x, hours)

Arguments

Examples

Run this code
# will drop data between 10h and 12h 
aqDropHours(anXtsObj, c(10:12))

Run the code above in your browser using DataLab