# Add new column
chapters = c(76,86)
df2 <- cbind(df, chapters)
df2