View source: R/utils-us-extract-sampling-by-month.r
us_extract_sampling_by_month | R Documentation |
Used to make data frames for tables that show these summary totals.
us_extract_sampling_by_month(colnames, data, yr = last_data_yr)
colnames |
A vector of column names for ages, lengths, and weights. |
data |
A data frame of biological samples. |
yr |
The year to extract by-month sampling summary for |
A data frame with four columns, month
, num_age
, num_length
,
and num_weight
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.