GetEstimates {restimizeapi} | R Documentation |
Returns all estimates in the specified date-range for all companies.
GetEstimates(startDate, endDate)
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" |
The estimates as a data frame.
## Not run:
result <- GetEstimates ("2015-01-20", "2015-02-15")
## End(Not run)