mwillumz
mwillumz
Compare the behavior in datatable() to as.datatable(): ``` iris %>% datatable(colnames = NULL) ``` ``` iris %>% formattable() %>% formattable::as.datatable(colnames = NULL) ``` It'd be nice if the latter worked...
I'm able to create highcharter widgets and include them in markdown output. However, in a format such as flexboards I notice that the slider is just below the content. In...
Looking quickly through your source it appears that Multipolygon support is intended... but it appears not to work see before and after: https://github.com/will0955/hmda/blob/master/States.geojson http://gitspatial.com/api/v1/will0955/hmda/States.geojson
``` df % ggvis(~id, ~number) %>% layer_points() %>% add_axis("y", format = "%") ```  If I use the following approach I consistently get a rounding precision error for one or...
I think it'd be nice if flexdashboard could support global and local sidebars simultaneously. This way a user could define inputs in the global sidebar that should apply to all...