Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 1 Steps 3 & 4: typos #5

Open
cfgauss opened this issue Mar 6, 2019 · 1 comment
Open

Part 1 Steps 3 & 4: typos #5

cfgauss opened this issue Mar 6, 2019 · 1 comment

Comments

@cfgauss
Copy link

cfgauss commented Mar 6, 2019

"There are 30 elements in this vector and we can inspect individual elements in the vector based on their ordered position using square brackets:" 31, not 30. Both vectors, day and month have 31 elements. Also "this vector" is somewhat ambiguous since the most recently mentioned vector is month rather than day.

> dim(March)
[1] 31  3

"This tells us that we have 30 rows and 3 columns." 31, not 30.

@nikitagambhir
Copy link
Member

Thanks! Fixed it partially for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants