Closed lhagwasuren closed 4 years ago
Any idea?
The linefeeds within cells can be be activated with the following bit of css:
.st-multiline {
white-space: pre;
}
If you can insert this css bit somewhere in the process, either by using st_css()
(see vignettes for more detailed instructions), or by another way specific to Flexdashboard (which I'm not familiar with), then the issue should be resolved.
Good luck and please let us know if you succeed! :)
Thanks to responsed my issue. Flexdashboard is just html document. But simple HMTL document's table give me this result (1st pic). I think there are problem with my code.
Sorry about my bad question. I found my solution from older issue github.
My main mistake is omitting result = 'asis'
and st_css
```{r, results='asis', echo=FALSE}
st_css()```
Hi there, I faced problem with my dfSummary table in Flexdashboard. First pic is flexdashboard's issue, second pic is my viewer (inside Rstudio). Otherwise i want to get second pic's table in flexdashboard, Sorry about my bad english. I think you can undestand my issue from photos.