FFF: Friends and Foe and Famous function

Description Usage Arguments Details Value Examples

Description

This is the function that get the friends, foe, and famous person related to the birthday desired from birthday analyzer.

Usage

1
FFF(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 friends, foe, and famous person on the birthday of this user's input.

Value

a dataframe of related friends, foe, and famous person 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.