Skip to content
/ lunR Public

R package to convert lunar to gregorian date

Notifications You must be signed in to change notification settings

cengel/lunR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages