The table below shows my favorite go-to R packages for data import, wrangling, visualization and analysis — plus a few miscellaneous tasks tossed in. The package names in the table are clickable if ...
R imports files is when the program reads an external file into memory and uses it in code to perform different manipulations and calculations. There are two different ways of doing this - using the ...
Make your R data.table code more efficient and elegant with these special symbols and operators. Plus, learn about the new fcase() function R data.table code becomes more efficient — and elegant — ...
Not just a speedy way to import data into R, fread has useful options for importing subsets of data, setting data types for columns, running system commands, and more Like all functions in the ...