Created
March 11, 2016 16:55
-
-
Save Pakillo/b9b6f5c7a7c27100e28d to your computer and use it in GitHub Desktop.
Controlling font size in Rpres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Example slide | |
============== | |
<font size = "5px"> | |
```{r echo = FALSE} | |
cleandata <- read.csv(file.path(root, "inst/extdata/coordsdata.csv")) | |
studies <- count(cleandata, ref, species, variable) | |
kable(studies) | |
``` | |
</font> | |
# source: http://stackoverflow.com/questions/25612385/code-box-size-and-font-size-in-rpres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment