We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72ee96 commit c9c6a5bCopy full SHA for c9c6a5b
intro.Rmd
@@ -6,7 +6,7 @@
6
library(magick)
7
8
# set as default because for some reason it breaks the pdf in this chapter
9
-knitr::opts_chunk$set(fig.align = "default")
+knitr::opts_chunk$set(fig.align = "default", dpi=300)
10
```
11
12
## Overview
preface-text.Rmd
@@ -4,6 +4,8 @@ library(forcats)
4
# read canlang data from GitHub and place it in the data directory
5
can_lang <- readr::read_csv("https://github.com/ttimbers/canlang/raw/master/inst/extdata/can_lang.csv") %>%
readr::write_csv("data/can_lang.csv")
+
+knitr::opts_chunk$set(dpi=300)
# Preface {-}
0 commit comments