Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8155057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:33:26+00:00 2026-06-06T16:33:26+00:00

I am using the plyr package to process lists and data frames. I have

  • 0

I am using the plyr package to process lists and data frames.
I have noticed the following behaviour:

Example 1 –

list_2 <- llply(list_1, function_1, .progress='text')

this works as expected. It generates list_2 from list_1 with function_1 applied to each list_1 element and I see the progress bar.

Example 2 –

list_3 <- dlply(list_2, function_2, .progress='text')

this also works insofar as I get the results in list_3 that I expect, however, I do not get a progress bar.

In summary, why does the progress bar not work for dlply but works for llply. (It also works for ldply).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T16:33:28+00:00Added an answer on June 6, 2026 at 4:33 pm

    Because you’re not splitting your data.frame on anything. If your second example was:

    list_3 <- dlply(df_2, .(colname2), function_2, .progress='text')
    

    then it would work. The progress meter in plyr is based on the number of chunks completed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm usually using reshape package to aggregate some data (d'uh), usually with plyr ,
I am using plyr package in R to do the following: pick up a
I am trying to calculate a rolling mean using plyr. The data is at
Consider the following data in long format library(plyr) library(reshape2) x <- seq(0,2*pi,length=20) ll <-
After using sapply(data, unlist), I have what I think is a matrix of vectors
I have a number of operations on data frames which I would like to
Using Rails 3.2.0.rc2 and ruby 1.9.3p0 In app/views/requests/_form.html.erb I have the following code for
Hadley turned me on to the plyr package and I find myself using it
I have written a model that I am fitting to data using ML via
I am trying to run a jack-knife using Plyr. I have a large dataset

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.