- Let's read the dataset into a data frame and determine the number of records (rows)
- Here is the R expression that is evaluated when the code is run
- The number of records (rows) in the dataset is shown below.
df_ed <- read.csv("../data_for_proj/HMXPC13_DI_v2_5-14-14.csv")
nrow(df_ed)
[1] 641138