getDatrasDataOverview {icesDatras} | R Documentation |
Summarize Data Availability
Description
Evaluate a presence-absence table for each survey with '1' where there is data and '0' (printed as '.') otherwise.
Usage
getDatrasDataOverview(surveys = NULL, long = TRUE)
Arguments
surveys |
a vector of survey names, or |
long |
whether tables should have year as row names (default) or column names. |
Value
A list of tables.
See Also
getSurveyList
, getSurveyYearList
, and
getSurveyYearQuarterList
also list available data.
icesDatras-package
gives an overview of the package.
Examples
## Not run:
getDatrasDataOverview(surveys = "ROCKALL", long = FALSE)
## End(Not run)
[Package icesDatras version 1.4.1 Index]