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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:09:53+00:00 2026-05-25T16:09:53+00:00

How do I grab elements from a table in R ? My data looks

  • 0

How do I grab elements from a table in R?

My data looks like this:

         V1     V2
1      12.448 13.919
2      22.242  4.606
3      24.509  0.176

etc…

I basically just want to grab elements individually. I’m getting confused with all the R terminology, like vectors, and I just want to be able to get at the individual elements.

Is there a function where I can just do like data[v1][1] and get the element in row 1 column 1?

  • 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-25T16:09:54+00:00Added an answer on May 25, 2026 at 4:09 pm

    Try

    data[1, "V1"]  # Row first, quoted column name second, and case does matter
    

    Further note: Terminology in discussing R can be crucial and sometimes tricky. Using the term "table" to refer to that structure leaves open the possibility that it was either a ‘table’-classed, or a ‘matrix’-classed, or a ‘data.frame’-classed object. The answer above would succeed with any of them, while @BenBolker’s suggestion below would only succeed with a ‘data.frame’-classed object.

    There is a ton of free introductory material for beginners in R: CRAN: Contributed Documentation

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

Sidebar

Related Questions

Is it possible to grab specific elements from a database via the entity framework
I am trying to grab elements from HTML source based on the class or
I'm trying to grab data from a MySQL database. Approach 2 - apply/map style
I am trying to grab all the <entry> tags from this site . It
I would like to grab an element from a remote HTML page. As I
My question is similiar to this question How do you grab an element from
I want to iterate over a sequence in xquery and grab 2 elements at
To grab the inode of a file in PHP, you can use this: $fs
I need to grab the base64-encoded representation of the ViewState . Obviously, this would
My ASP.Net application generates an <asp:Table> from the codebehind. What I need is for

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.