Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Created March 11, 2016 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pakillo/b9b6f5c7a7c27100e28d to your computer and use it in GitHub Desktop.
Save Pakillo/b9b6f5c7a7c27100e28d to your computer and use it in GitHub Desktop.
Controlling font size in Rpres
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