Description Usage Arguments Value Examples
Calculate optimal fontsize and height of the cell for given height for flextable.
| 1 | 
| data | data.frame. | 
| height | single numeric value with desired height. | 
A named numeric vector containing two elements:
fs font size
height of the single cell.
| 1 2 | x <- tail(iris, 10)[,c(1,5)]
phl_calc_fontsize(x, 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.