is_leap.Rd
Check if number given is a leap year
is_leap(year)
Year to input
Boolean
is_leap(2000) #> [1] TRUE #> TRUE is_leap(1900) #> [1] FALSE #> FALSE