From 6ba78e7e1f2ea0872362c2e0b0b048af48ac7b52 Mon Sep 17 00:00:00 2001 From: florisvdh Date: Tue, 18 Aug 2020 13:37:45 +0200 Subject: [PATCH] Plain text output in interactive usage --- stars.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stars.Rmd b/stars.Rmd index 77db1b4..d96fcb6 100644 --- a/stars.Rmd +++ b/stars.Rmd @@ -1,4 +1,4 @@ ---- + --- title: "Handling and Analyzing Vector and Raster Data Cubes with R" author: "Edzer Pebesma" date: "`r Sys.Date()`" @@ -20,7 +20,8 @@ All the material presented here, to the extent it is original, is available unde Source files (.Rmd) are found here: https://github.com/edzer/OGH20 ```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) +knitr::opts_chunk$set(echo = TRUE, + paged.print = FALSE) ``` ### Exercises