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

  • SEARCH
  • Home
  • 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 4232230
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:04:06+00:00 2026-05-21T02:04:06+00:00

Assume that I have several dataframes in a workspace in R and I want

  • 0

Assume that I have several dataframes in a workspace in R and I want a list of the names of the columns in all the dataframes.

I thought the following would work. But it does not. Try it in your own workspace.

sapply(ls(),names) 

Why does it not work? ls() creates a list of all the dataframes and then names function should be applied to each dataframe. That is my simple question for now.

Coming next: I want to determine all the columns that have a name with the letters “date” in them so that I can the apply the following function to each of those columns no matter what dataframe they are in.

as.Date(dataframe$dateofenrollment,origin="1899-12-30")
  • 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-05-21T02:04:06+00:00Added an answer on May 21, 2026 at 2:04 am

    It doesn’t work because ls() returns the names of the objects in our workspace, not the objects themselves.

    You probably want something like the following:

    lapply(ls(), function(x) if(is.data.frame(o <- get(x))) names(o))
    

    This will have NULL elements for any objects that are not data frames, but presumably you can work around that.

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

Sidebar

Related Questions

Assume that I have a list of employee names from a database (thousands, potentially
I have a 'master' branch and several topic branches. Assume that the master branch
Assume that we have the following code: class Program { static volatile bool flag1;
I have several strings which look like the following: <some_text> TAG[<some_text>@11.22.33.44] <some_text> I want
Assume that we have Spring bean UserController with singleton scope. All my further reasoning
I have several classes which use static variables. I assume that the classes are
Let's assume that we have a Model with several properties on it and we
Let's assume that I have a table with two columns A and B. There
Assume that I have this piece of code: @interface Foo : NSObject { Bar
Assume that we have multiple arrays of integers. You can consider each array as

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.