oscars_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'oscars_tbl_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a tibble. The original content of the dataset has not been modified.
data(oscars_tbl_df)
A tibble with 184 observations and 11 variables:
Numeric indicating the Oscar number.
Numeric representing the year the Oscar was awarded.
Character string indicating the category of the award.
Character string with the name of the recipient.
Character string indicating the movie for which the award was given.
Numeric indicating the age of the recipient at the time of the award.
Character string indicating the birthplace of the recipient.
Date representing the birthdate of the recipient.
Numeric indicating the birth month.
Numeric indicating the birth day.
Numeric indicating the birth year.
Data from historical Oscar award records.