Brazil_films_df | R Documentation |
This dataset, Brazil_films_df, is a data frame containing information on films shown at five different film festivals in Brazil from 2007 to 2011. The dataset includes 25 observations and 6 variables, summarizing the number of films, directors, male and female directors, and regional categories for each year.
data(Brazil_films_df)
A data frame with 25 observations and 6 variables:
Year of the film festival (integer)
Festival region (factor with 5 levels)
Number of films shown (integer)
Number of directors (integer)
Number of male directors (integer)
Number of female directors (integer)
The dataset name has been kept as 'Brazil_films_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BrazilDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the bpca package version 1.3-6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.