Looking for a book for better coding - preferably functional

This page summarizes the projects mentioned and recommended in the original post on /r/rstats

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fastverse

    An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R

    For writing faster code, the first thing you want to try is making sure it's properly vectorised. See The R Inferno for this. Some problems are more difficult than others to vectorise. When vectorisation is impossible, you probably want to interface with C++. First, check if there's already a fast package that serves your needs. If your problem is too specific, consider writing your own C++ code with Rcpp.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts