Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Richardson committed Mar 27, 2019
1 parent 748a8aa commit 96512a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/plotting.Rmd
Expand Up @@ -23,7 +23,7 @@ login()
The Crunch web app provides a number of excellent visualizations and summary statistics to help communicate survey results to clients, but by its nature a web interface can't accommodate every type of plot or analysis. As a result one of our core design principles at Crunch is to let users access their data in as convenient a way as possible. This lets you seamlessly integrate Crunch data into your tool of choice, and customize how you communicate that data. This vignette goes through how you can use `ggplot2` and `tidyverse` tools to analyze and display crunch data using tidy tools. First we need to load a dataset into R. If this is a new process to you, see the [crunch vignettes](https://crunch.io/r/crunch/articles/crunch.html).

```{r setup, include = FALSE}
ds <- loadDataset("SO_survey")
ds <- loadDataset("https://app.crunch.io/api/datasets/5c9336/")
```

# ggplots
Expand Down

0 comments on commit 96512a8

Please sign in to comment.