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
| library(tidyverse); library(rvest); | |
| library(png) | |
| #Phylopic images here: | |
| https://github.com/ryantimpe/ChartOfTheDay/tree/master/data | |
| #Text wrapping function --- | |
| wrapper <- function(x, ...) {paste(strwrap(x, ...), collapse = "\n")} | |
| #Scale image into feet |
NewerOlder