Set up the notebook so that it automatically hides the code chunks in the .nb.html
:
output:
html_notebook:
code_folding: hide
Print more table output rows for a particular chunk:
{r, rows.print = 20}
Set up the notebook so that it automatically hides the code chunks in the .nb.html
:
output:
html_notebook:
code_folding: hide
Print more table output rows for a particular chunk:
{r, rows.print = 20}