Home Articles Examples Manual News Book Playground
results = 'hide' should try to collapse output, e.g., merge the source blocks below:
results = 'hide'
nrow(iris) ncol(iris) iris
Keep the blank line:
Message blocks will be collapsed, too:
nrow(iris) message(ncol(iris)) #> 5 iris