rstudio-education / hopr

This is the development site for Hands-On Programming with R, a book that teaches how to program in R, with hands-on examples. Read the book at https://rstudio-education.github.io/hopr.
Other
254 stars 331 forks source link

Fix output in '100:130' example #64

Open EduFalbel opened 2 years ago

EduFalbel commented 2 years ago

The third line of the output of '100:130' starts with '[25]', indicating that the number '126' is the 25th number in the sequence 100:130. However, '126' is the 27th number in that sequence