tuyenhn / lunR

R package to convert lunar to gregorian date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

R package to convert lunar to gregorian date


Languages

Language:R 100.0%