Emi Tanaka

Results 29 comments of Emi Tanaka

Can you wrap it around in an iframe? Essentially that was what I did [here](https://stackoverflow.com/questions/46819724/how-to-stop-xaringans-keyboard-shortcuts-while-searching-in-a-dtdatatable/51559712#51559712) to stop the interactivity. I have used `plotly` to get interactive graphs as [here](https://emitanaka.github.io/slides/20180919_RLadiesSydney/rladies-sydney-shiny.html#40) but...

I'd prefer this sooner rather than later (especially if it's a few years down the road), but I don't have to deal with the aftermath of maintaining it, so I'm...

Sorry I did not realise there were issues open. I will look into this.

Oh sorry I did not notice that there was an issue open. I will look to see what I can do here.

Yeah, I see now this is hard to implement. `Facet` has no way of changing color. @dicook it would be nice to have in `facet_wrap` or `facet_grid` but the way...

I think this should not be implemented in `facet_sample` though. In the grammar of graphics, you would assume that `facet_*` family is linked to `Facet` and this is an independent...

(Apologies ahead this is long) Below result was unexpected: ``` r library(brolgar) library(tidyverse) set.seed(1) # * I need to have it as tsibble for it to work otherwise it produces...

Thinking further about this. Don't really think it's a good idea to include shadow in `facet_sample` but a separate function might be good, e.g. `shadow_sample`

@dicook actually the behaviour is random. If you repeat your command, occasionally it shows some rows. The bug could be related to that it still thinks the number of keys...

maybe call it `fill_rcrds` or `simulate_rcrds`