Joe Cheng
Joe Cheng
> Are functors sufficient for promise chaining? I mean, technically, I don't think so. The steps in the promise chain need to be able to return objects that are either...
Focusing on this part: ```r ... %>% summarise( leaf_map = as.character(myMap(lng = lng, lat = lat)) ) %>% datatable(escape = FALSE) %>% addWidget('leaflet') ``` I don't like the flattening of...
@clarencejychan A reprex might also be helpful.
Dang it. It worked on RStudio for Mac, I forgot to check on Windows. That really sucks. Maybe let's wait until RStudio for Windows supports it then.
These are all of the HTML tags that currently appear in the HTML docs. * `` - links to a function name in the same service, e.g. `ListBuckets` * ``...
This would be a pretty big help for multiple return values from Shiny modules. One of the things we strongly encourage people to do is use named lists to return...
```r c(a=, b=) %
Allow optional renaming by providing a value? ```r c(foo=a, b=) %
This looks relevant. https://github.com/rstudio/flexdashboard/blob/404cdac92d4bc1934e3b3a2c514daba0601d050a/R/flex_dashboard.R#L258-L273
Were you hoping to be able to explicitly provide the plaintext content, or for blastula to automatically dumb down the HTML to plaintext for you?