Description Usage Arguments Examples
This function makes year vector from Excel sheet name (%Y.%m-%Y.%m) and month vector. If the month vector contains year change (Dec-Jan), year vector returned is composed from two years.
1 | ngs_make_yrvec(sheet, month)
|
sheet |
Sheet name of Nagasaki catch data (fmt: %Y.%m-%Y.%m). |
month |
Month vector |
1 2 3 4 5 | ## Not run:
ngs_make_yrvec(sheet = "2018.09-2019.03",
month = c(9, 10, 11, 12, 1, 2, 3))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.