R code for everyday tasks
-
csv_reader_with_fread.R
: read a CSV file into R transforming its contents to data.table format; save the data.table object to a binary file with .rds or .RData extension for easy loading -
table_explorer.R
: code for basic exploration of large data tables -
saver
: different options to save R objects to binary files with .rds or .RData extension -
extract_tables_from_pdf_1.R
: code to extract tables from pdf files (very basic, does not fix misreads)