When I put a data frame into a cell, it shows only some of the rows, with a \"...\" in the middle.
Edit: I\'m looking for R equivalents of these Pyt
Thomas Kluyver says:
I think the options you want are repr.matrix.max.rows and repr.matrix.max.cols i.e. run options(repr.matrix.max.rows=600, repr.matrix.max.cols=200) The defaults are 60 and 20.
I think the options you want are repr.matrix.max.rows and repr.matrix.max.cols
i.e. run
options(repr.matrix.max.rows=600, repr.matrix.max.cols=200)
The defaults are 60 and 20.