Learn R Programming

restimizeapi (version 1.0.0)

GetEstimates: 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

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

Run the code above in your browser using DataLab