dimanche 20 avril 2014

View entire dataframe when wrapped in tbl_df?


Vote count:

0




tbl_df is a command in the dplyr data table management package in R. It prevents long table outputs when accidentally calling the data table or dataframe.


Once a dataframe has been wrapped by tbl_df, is there a command to view the whole dataframe though (all the rows of the dataframe, like a normal display)?


If I use df[1:100,], I will see all 100 rows, but if I use df[1:101,], it will only display the first 10 rows. I would like to easily display all the rows to quickly scroll through them.


Is there either a dplyr command to counteract this or a way to unwrap the dataframe?


Thanks,



asked 53 secs ago






Aucun commentaire:

Enregistrer un commentaire