Question 1

What is rmarkdown? (Check all that apply.)

Answer:

Question 2

In rmarkdown presentations, in the options for code chunks, what command prevents the code from being repeated before results in the final interpreted document?

Answer:

Question 3

In rmarkdown presentations, in the options for code chunks, what prevents the code from being interpreted?

Answer:

Question 4

What is leaflet? (Check all that apply.)

Answer:

Question 5

The R command:

library(leaflet)
df %>% leaflet() %>% addTiles()

is equivalent to what? (Check all that apply)

Question 6

If I want to add popup icons to my leaflet map in R, I should use.