/lunR

R package to convert lunar to gregorian date

Primary LanguageR

lunR

Convert Lunar date to Gregorian date.

Install with:

library(devtools) # Make sure that the devtools library is installed 
install_github("cengel/lunR")

Use with:

library(lunR)
lunar_to_gregorian("1888-12-24")

Based on https://github.com/ytliu0/ChineseCalendar