Extract zodiac sign from date
zodiac_sign(date, factor_order = "roman")
date | A character/date in "yyyy-mm-dd" format. If value is a character the functuin will run |
---|---|
factor_order | A character. Sort the factor levels by the following:
|
A character value. The zodiac sign that relates to the given date
zodiac_sign("2021-07-03")#> [1] Cancer #> 12 Levels: Aries Taurus Gemini Cancer Leo Virgo Libra Scorpio ... Pisces