how to change number of columns and rows showing in R studio notebook dataframe how to change number of columns and rows showing in R studio notebook dataframe r r

how to change number of columns and rows showing in R studio notebook dataframe


For displaying more columns, is it something like this?

```{r set-options, echo=FALSE, cache=FALSE}options(width = 120)```


options(repr.matrix.max.cols=50, repr.matrix.max.rows=100)