You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

522 B

---
output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r pkg-knitr-opts, include=FALSE}
knitr::opts_chunk$set(
collapse = TRUE, fig.retina = 2, message = FALSE, warning = FALSE
)
options(width=120)
```

# 30 Day Map Challenge

```{r echo=FALSE}
library(googlesheets)
library(tidyverse)

gs_auth()
gs_url("https://docs.google.com/spreadsheets/d/13LqOIQp17oEXx8R6vcJPDsvaII8nD9tJ_5DF9G7oZ18/edit#gid=0") %>%
gs_read() %>%
select(-Idea, -Data) %>%
knitr::kable('markdown')
```