GetReleaseConsensus {restimizeapi} | R Documentation |
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.
GetReleaseConsensus(id)
id |
The company identifier. |
The release consensus as a data frame.
## Not run: result <- GetReleaseConsensus ("535c963053c804e0d50002a1") ## End(Not run)