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 7974617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:25:34+00:00 2026-06-04T08:25:34+00:00

Essentially I’d like to achieve this: vars <- c(x1, x20, x37, etc) summary(data[vars]) However,

  • 0

Essentially I’d like to achieve this:

vars <- c(x1, x20, x37, etc)
summary(data[vars])

However, my list of variables is quite long and does not have commas between them.

Edit: Data has 500 variables and vars is the list I want to select. The variable names follow no pattern. The list is in the form x1 x20 x37 etc, i.e. separated by spaces. This list comes from a SAS syntax file and is not part of the R workspace.

I’ve looked into function that concatenate the variables with a separator such as cat(). Yet this needs an object from the beginning. Another way is to use find/replace in an editor (space to comma), but I consider this a dirty hack.

Clearly, I’m missing something when defining a variable list; there must be a simple solution.

  • 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-04T08:25:36+00:00Added an answer on June 4, 2026 at 8:25 am

    Use this:

    data <- data.frame(x1 = rnorm(10), x2 = rnorm(10))
    vars <- "x1 x2"
    data[unlist(strsplit(vars, ' '))]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Essentially, I am working with this: var data = input.AsParallel(); List<String> output = new
Essentially I want to take a list of things like... a 345 b 762
Essentially I need to do something like this.... this is just an example... but
Essentially, I want to be able to do something like this: struct Foo {
Essentially I'd like to know just how compatible are the iPhone and the iPod
Essentially I would like to have a messages.properties files external to the jar files
Essentially I've got a table holding user data, all of which is AES encrypted
Essentially, when a button is pressed the randomMove() method is called, this is mean't
Essentially, I would like to create a database structure that allows for classifying an
Essentially, I have three coordinates in play. Cleveland, TN -- (35.255097,-84.86844) -- This is

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.