Why is {dplyr} so huge, and are there any alternatives or a {dplyr} 'lite' that I can use for the basic mutate, group_by, summarize, etc?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • poorman

    A poor man's dependency free grammar of data manipulation

  • You might find the poorman package interesting: https://github.com/nathaneastwood/poorman

  • pak

    A fresh approach to package installation (by r-lib)

  • For installation, check out pak https://github.com/r-lib/pak, it's able to install in parallel.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tidytable

    Tidy interface to 'data.table'

  • Tidytable is what you might be looking for: https://markfairbanks.github.io/tidytable/, this will require a bit of refactoring (e.g group-bys happen as arguments in summarise/mutate). You'll get data.table like speed in a very compact & complete package.

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

  • IS it possible for a R package to set an R option that only affects that package?

    1 project | /r/Rlanguage | 9 Jun 2023
  • Calculation within a data table by calling on specific values in two columns

    1 project | /r/RStudio | 25 May 2023
  • Creating data frame

    1 project | /r/rstats | 20 Mar 2023
  • I'm designing a shirt for a friend, it has 4 embroidered images of things they like/do. One thing is coding, they use R... I'm wondering two things. 1) What's a good image or piece of code or something that I should use? and 2) should I even add it to the design the shirt?

    1 project | /r/Rlanguage | 5 Mar 2023
  • Anyone use Python for statistics, particularly DOE or QA/QC? What are your thoughts?

    1 project | /r/AskStatistics | 29 Jan 2023