Learn R Programming

runner (version 0.4.4)

.check_unresolved_at: Resolves at argument

Description

Resolves at argument passed to the runner - checks if the argument has a valid value. If argument is a single character matching column name in the x then is replaced with the value x[[at]]

Usage

.check_unresolved_at(x, at)

Value

resolved at

Arguments

x

(data.frame)

at

(integer, Date, POSIXt, character vector)
Vector of any size and any value defining output data points. Values of the vector defines the indexes which data is computed at. Can be also POSIXt sequence increment used in at argument in base::seq.POSIXt(). See 'Specifying time-intervals' in details section.