TextbookCosts_df | R Documentation |
This dataset, TextbookCosts_df, is a data frame containing information about the number of textbooks and their total costs for different fields of study. It allows for the exploration of textbook expenses in various academic disciplines.
data(TextbookCosts_df)
A data frame with 40 observations and 3 variables:
Field of study (factor with 4 levels).
Number of textbooks (integer).
Total cost of textbooks (integer).
The dataset name has been kept as 'TextbookCosts_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the educationR package and assists users in identifying its specific characteristics. The original content has not been modified in any way.
The dataset was taken from the Lock5Data package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.