chinese_dams_tbl_df | R Documentation |
This dataset, chinese_dams_tbl_df, is a tibble containing information about 158 dams in China. Each row represents a dam and includes location details, physical characteristics, and completion information. The dataset preserves the original structure from its source Kaggle.
data(chinese_dams_tbl_df)
A tibble with 158 observations and 8 variables:
Name of the dam (character)
Primary province where the dam is located (character)
Additional province if dam spans multiple regions (character)
River or water body the dam impounds (character)
Height of the dam in meters (numeric)
Type of dam (e.g., "Arch-gravity", "Embankment") (character)
Year of completion (character)
Water storage capacity in million cubic meters (numeric)
The dataset name has been kept as 'chinese_dams_tbl_df' to maintain consistency with the naming conventions in the ChinAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/alexandrepetit881234/chinese-dams
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.