jalali_year_weeks {RJalaliDate}R Documentation

list of a year weeks

Description

create a data.frame consists start and end days of a year weeks

Usage

jalali_year_weeks(year, ...)

Arguments

year

double

...

passing options ("MIN_YEAR" and/or "MAX_YEAR") to override package options (jdopt_get_options)

Value

data.frame

Examples

jalali_year_weeks(1402)
 #    week     f      l
 #1     1 1402/01/01 1402/01/04
 #2     2 1402/01/05 1402/01/11
 #..............................
 #52   52 1402/12/19 1402/12/25
 #53   53 1402/12/26 1402/12/29

[Package RJalaliDate version 0.1.0 Index]