Skip to content

Commit

Permalink
Added gh-pages link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelK93 committed Mar 13, 2017
1 parent 56315a5 commit 59f8f8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ When working with data in R, it makes sense (at least to me) to represent everyt

collapsibleTree uses [data.tree](https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html) to handle all of that, freeing you from a lot of recursive list construction.

[Click here](https://adeelk93.github.io/collapsibleTree/) to see an interactive version of the chart below.

```{r eval=FALSE}
library(collapsibleTree)
collapsibleTree(warpbreaks, c("wool", "tension", "breaks"))
```

![Collapsible Tree](README-example-1.PNG "Collapsible Tree")
[![Collapsible Tree](README-example-1.PNG)](https://adeelk93.github.io/collapsibleTree/)

An interactive Shiny demo is also included. For example, you could use the collapsibleTree htmlwidget to select a portion of a larger categorical dataset, with your filter being as deep or shallow as you'd prefer.

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ When working with data in R, it makes sense (at least to me) to represent everyt

collapsibleTree uses [data.tree](https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html) to handle all of that, freeing you from a lot of recursive list construction.

[Click here](https://adeelk93.github.io/collapsibleTree/) to see an interactive version of the chart below.

``` r
library(collapsibleTree)

collapsibleTree(warpbreaks, c("wool", "tension", "breaks"))
```

![Collapsible Tree](README-example-1.PNG "Collapsible Tree")
[![Collapsible Tree](README-example-1.PNG)](https://adeelk93.github.io/collapsibleTree/)

An interactive Shiny demo is also included. For example, you could use the collapsibleTree htmlwidget to select a portion of a larger categorical dataset, with your filter being as deep or shallow as you'd prefer.

Expand All @@ -36,7 +38,7 @@ shiny::runApp(paste0(system.file(package="collapsibleTree"),"/examples/02shiny")
``` r
library(collapsibleTree)
date()
#> [1] "Sun Mar 12 22:12:19 2017"
#> [1] "Mon Mar 13 00:38:49 2017"

testthat::test_dir("tests/testthat")
#> Basic functionality:
Expand Down

0 comments on commit 59f8f8e

Please sign in to comment.