View source: R/24_jalalidate_generic_functions.R
yearweek | R Documentation |
It shows which week of the year the desired date is.
yearweek(x, ...)
x |
JalaliDate object |
... |
for future usage |
list of current and last week number and label
yearweek(JalaliDate(321))
# $week_number
# [1] "47"
#
# $week_label
# [1] "75W47"
#
# $last_week_number
# [1] "46"
#
# $last_week_label
# [1] "75W46"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.