gravatar

brunogrande

Bruno Grande

Recently Published

Captions for Custom Tables in Bookdown
My hacky solution to making captions work for custom tables (e.g., flextable) in bookdown.
Parsing Strelka VCF Files in R
This is an exercise to refactor R code for parsing a Strelka VCF file such that it uses "tidy principles" (i.e., using Hadley Wickam's package such as dplyr and tidyr). I also make use of the purrr package for the first time.