showStock {icesSD} | R Documentation |
Show Stock
Description
Show stock list data for one stock, in a readable format.
Usage
showStock(stock, year = NULL)
Arguments
stock |
the stock code, e.g. |
year |
the active year of the stock listing, e.g. |
Details
If year = NULL
then the newest year is shown.
Value
A single-row data frame, shown on the screen with print.simple.list
.
Note
The stock list data specify the expert group, advice group, assessment type, etc.
See Also
getSD
is the underlying function to get the stock list data.
icesSD-package
gives an overview of the package.
Examples
## Not run:
showStock("cod.27.7a", 2023)
showStock("cod.27.7a", 2024)
## End(Not run)
[Package icesSD version 2.1.0 Index]