Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed May 7, 2019
1 parent 1d7760b commit fc8bebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ billboarder 0.1.0
==================

* New charts type : lollipop, histogram and density plot.
* More methods for proxy and more exemples, see `proxy_example` for more details.
* More methods for proxy and more examples, see `proxy_example` for more details.
* Upgrade to billboard.js 1.1.1.
* New functions `bbaes` and `bb_aes` to map data on chart, see the corresponding vignette.
2 changes: 1 addition & 1 deletion vignettes/billboarder-mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ billboarder(data = prod_filiere_long) %>%

## Mapping with programming

In Shiny app or in function, you can use `bbaes_string` or `bb_aes_string`, these function accept character instead of unquoted varaible names :
In Shiny app or in function, you can use `bbaes_string` or `bb_aes_string`, these function accept character instead of unquoted variable names :

```{r}
billboarder(data = prod_filiere_long) %>%
Expand Down

0 comments on commit fc8bebe

Please sign in to comment.