tdn
tdn
The package flexdashboard is pretty new and I think it requires some coding effort to make the widget working like we expect. I have tested many packages with flexdashboard and...
Thank you for your effort. I'll test it when you finish. Kind regards
But then it comes to packages. `data.table` favors `C style` while `dplyr` seems use `Python style`
some basic formatting for table header would be nice, just like as params asTable of `openxlsx.write.xlsx`
In my case, the data is already aggregated in each chunk. Thus, with first-step-group-by by data.table, all the data will be loaded in RAM? (This question is for understanding the...
The package is so cool. Shiny example is more than welcome.
@benporter : I find an example from another issue and modify it a bit for an example. Here you go ``` r # This is the server logic for a...
@hrbrmstr : You can use my name: "Thọ Duy Nguyễn". If you want to make Shiny examples to put into the package, please let me know. I'm planning to use...
It would be nice to see it on CRAN
I think you could take workaround by writing additional script which generates the markdown file dynamically and then render it.