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

information about seeing the content of the data not accurate #853

Open
bienflorencia opened this issue May 26, 2023 · 0 comments
Open

information about seeing the content of the data not accurate #853

bienflorencia opened this issue May 26, 2023 · 0 comments

Comments

@bienflorencia
Copy link

In the section Reading the data into R of the episode 'Starting with data', there is inaccurate information being shown.

The text says:
"We can see the contents of the first few lines of the data by typing its name: surveys. By default, this will show you as many rows and columns of the data as fit on your screen. If you wanted the first 50 rows, you could type print(surveys, n = 50)"

But, because it is a tibble, the object displays by default ten rows. I suggest the following text modification:

  • "By default, this will show 10 rows and as many columns of the data as fit on your screen".

I saw that this lesson was corrected before (#761), and I understand the confusion might come from changing from read.csv() to read_csv(). However, the information is not entirely accurate at the moment.

I also believe this part is unnecessary or could be improved.

"If you wanted the first 50 rows, you could type print(surveys, n = 50)"

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

1 participant