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.
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
## Not run:
result <- GetReleaseConsensus ("535c963053c804e0d50002a1")
## End(Not run)
[Package restimizeapi version 1.0.0 Index]