Category Archives: Misc Tricks
Extract Data Tables from PDF Files in R
A new method to extract data tables from PDF files is introduced. The solution combines the R programming language with the open-source Java program Tabula. The result is a convenient method that transforms documents into databases.
Benefits
The ability to train a machine to extract data tables from PDF files has several benefits:
Custom Beamer Template
Beamer is a document class that is by far the most practical tool for making presentations involving data science, business analytics, or general research. It is widely used in most conferences and easily lends itself to data intensive reporting and repetitive batch processing.
A custom beamer template is presented that is easy to extend or modify. The benefits of the beamer document are numerous:
R Syntax Highlighter
Pretty R is an online tool and r syntax highlighter that transforms R source code into HTLM code for website development. The result is easy to read R code for high quality web presentations. The Pretty R webpage is a good learning tool as it provides the HTML code details required to deliver syntax highlighting that complies with R documentation from inside-r.org.