GetEstimates: Returns all estimates in the specified date-range for all...

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

restimizeapi documentation built on May 2, 2019, 2:48 p.m.