Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ijlyttle
ijlyttle / .gistr
Created January 11, 2019 18:01
An mtcars example.
gistr
@ijlyttle
ijlyttle / .block
Created January 11, 2019 05:12
An mtcars example.
license: mit
height: 500
scrolling: yes
border: yes
@ijlyttle
ijlyttle / .block
Last active December 13, 2018 23:42
vega-view changeset works as expected
license: mit
height: 500
scrolling: yes
border: yes
@ijlyttle
ijlyttle / .block
Last active December 13, 2018 23:34
vega-view changeset does not work as expected
license: mit
height: 500
scrolling: yes
border: yes
@ijlyttle
ijlyttle / .block
Last active November 19, 2018 01:42
Vega-Lite: Trying to combine selections
license: mit
height: 500
scrolling: yes
border: yes
library("rlang")
library("dplyr")
library("purrr")
myfil <- function(data, names, vals) {
exprs <- purrr::map2(names, vals, ~ quo(!!sym(.x) == !!.y))
print(quo(dplyr::filter(data, !!!exprs)))
Include something like this in your Rmd to "turn-off" the borders for all accordion displayed content-panels.
```{css}
.panel-success {
border-width: 0;
}
```

ian.lyttle@se.com

Ian Lyttle

Schneider Electric


I have been a tidyverse contributor for almost six years. For the past year-and-a-half, I have been working in partnership with Iowa State University to advance the use of interactive graphics in R.

@ijlyttle
ijlyttle / .block
Last active September 18, 2018 02:03
Vega Radial-Tree-Layout with Legend
license: mit
height: 500
scrolling: yes
border: yes
@ijlyttle
ijlyttle / .block
Last active September 17, 2018 00:22
Boxplot using temporal/ordinal variable
license: mit
height: 500
scrolling: yes
border: yes