News

One of the best way to find cool, new-to-you R functions is to see what other useRs have uncovered. Here are some of mine -- and yours.
The package snow (an acronym for Simple Network Of Workstations) provides a high-level interface for using a workstation cluster for parallel computations in R. snow Simplified is an adaptation of an ...
Note the column name, mpg, is unquoted. That feature hasn’t been handy, though, if you want to write your own R functions using the tidyverse. That’s because base R functions usually need ...