Extract tables from pdfs with {tabulapdf} #rstats #datasciece
Extract Tables from PDF DocumentsBindings for the Tabula Java library, which can extract tables from PDF files. This tool can reduce time and effort in data extraction processes in fields like investigative journalism. It allows for automatic and manual table extraction, the latter facilitated through a Shiny interface, enabling manual areas selection\ with a computer mouse for data retrieval.
Lets be honest, we spend too much time cleaning data. {janitor} can help with that: #rstats
Simple Tools for Examining and Cleaning Dirty DataThe main janitor functions can: perfectly format data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and explore duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Microsoft Excel. This package follows the principles of the "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R use…