GetEstimates {restimizeapi}R Documentation

Returns all estimates in the specified date-range for all companies.

Description

Returns all estimates in the specified date-range for all companies.

Usage

GetEstimates(startDate, endDate)

Arguments

startDate

The start date, which must be in the format YYYY-MM-DD, for example "2015-01-20"

endDate

The end date, which must be in the format YYYY-MM-DD, for example "2015-02-15"

Value

The estimates as a data frame.

Examples

## Not run: 
     result <- GetEstimates ("2015-01-20", "2015-02-15")
 
## End(Not run)

[Package restimizeapi version 1.0.0 Index]