arc2r / book

Work in Progress: A resource for people transitioning from ArcGIS to R for spatial stuff
https://arc2r.github.io/book/
12 stars 4 forks source link

Code chunks with echo = F by mistake`? #116

Closed ratnanil closed 3 years ago

ratnanil commented 3 years ago

Hey Nikos,

You have added echo = F in many of the chunks that should actually be shown to the reader. Did you place that by mistake ? echo = F hides the chunk from the reader, many of the chunks should be echo = TRUE. Can you check your code and fix this by chance?

I think every code chunk should be explicit about echo =, so either have a setting TRUE or FALSE

ratnanil commented 3 years ago

I might have solved this myself