Learn R Programming

restimizeapi (version 1.0.0)

GetReleaseConsensus: Returns the current consensus as well as the consensus history of the specified release. The user can obtain the id from results returned from the GetCompanyReleases function.

Description

Returns the current consensus as well as the consensus history of the specified release. The user can obtain the id from results returned from the GetCompanyReleases function.

Usage

GetReleaseConsensus(id)

Arguments

id
The company identifier.

Value

The release consensus as a data frame.

Examples

Run this code
## Not run: 
#  result <- GetReleaseConsensus ("535c963053c804e0d50002a1")
#  ## End(Not run)

Run the code above in your browser using DataLab