R/nba_player_profiles.R
calculate_age.Rd
Calculates the current age of a person based on their birthdate.
calculate_age(birthdate)
A date string in the format "YYYY-MM-DD" or a Date object.
A numeric value representing the age in years.