Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Column in R #5

Open
rachhitgarg opened this issue Aug 2, 2018 · 0 comments
Open

Adding Column in R #5

rachhitgarg opened this issue Aug 2, 2018 · 0 comments

Comments

@rachhitgarg
Copy link

I have two csv First & Second

First is having data

      V1 V2  V3  V4 V5

Row 1: 1 2 3 4 5

Row 2: 1 6 7

Second is having

     V1   V2

Row 1: A 1

Row 2: B 1

Row 3: C X

I want to compare Second[2] with First[1] if matches add Second[1] to column of First

like

First =

        V1  V2   V3   V4  V5  V6  V7

Row 1: 1 2 3 4 5 A B

Row 2: 1 6 7 A B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant