Horoscope: Horoscope function

Description Usage Arguments Details Value Examples

Description

This is the function that get the starsign, element, and birthstone of the birthday desired from birthday analyzer.

Usage

1
Horoscope(Year, Month, Day)

Arguments

Year

A number in "yyyy" format

Month

A number in "mm" format

Day

A number in "dd" format

Details

This function asks the user to input birth year, month and day. The function will return the related starsign, element, and birthstone on rhe birthday of this user's input.

Value

a dataframe of related starsign, element birthstone of the birthday input

Examples

1
2
Horoscope(1993,11,15)
Horoscope(1962,09,14)

CherieYu/BirthdayAnalyzer documentation built on May 23, 2019, 6:05 p.m.