Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Questions about Assignment 1 Exercise 2 #548

Open
mksm1228 opened this issue Sep 16, 2019 · 1 comment
Open

Questions about Assignment 1 Exercise 2 #548

mksm1228 opened this issue Sep 16, 2019 · 1 comment

Comments

@mksm1228
Copy link

Hello,

I just wanted to get clarification on what is meant by "showing a reader the dataset without actually printing it to screen?" I think all the functions such as nrow() or ncol() will print something onto the screen.... I'm just not sure what is being asked here.

@vincenzocoia
Copy link
Member

We just mean not to print the entire data frame to screen. For example, don't execute mtcars or print(mtcars), or that will print the entire data frame to screen. But, you can print summaries to screen.

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

No branches or pull requests

2 participants