hadley / r4ds

R for data science: a book
http://r4ds.hadley.nz
Other
4.59k stars 4.22k forks source link

Possible typo in Iteration chapter #1601

Closed narayanan-iyer-pfizer closed 1 year ago

narayanan-iyer-pfizer commented 1 year ago

"peak" should probably be changed to "peek" in section 26.3.3

Original text: For example, it’s often useful to peak at the first few rows of the data with n_max = 1:

Suggested change: For example, it’s often useful to peek at the first few rows of the data with n_max = 1:

mine-cetinkaya-rundel commented 1 year ago

Thank you!