Code Monkey home page Code Monkey logo

Comments (4)

sajohnston avatar sajohnston commented on June 11, 2024

Thank you for raising this and apologies for the inconvenience. I will look into resolving this in the next few days.

from datacomparer.

robne1982 avatar robne1982 commented on June 11, 2024

If it helps I can vaguely remember that multiple keys are handled by merging the indexes together at

df_a$dataCompareR_merged_indices <- do.call(paste,c(df_a[indices],sep = ""))

This probably isn't the prettiest way of handling multiple keys but I imagine there was a good reason! I'd guess changing

df_a$dataCompareR_merged_indices <- do.call(paste,c(df_a[indices],sep = ""))
df_b$dataCompareR_merged_indices <- do.call(paste,c(df_b[indices],sep = ""))

to

df_a$dataCompareR_merged_indices <- do.call(paste,c(df_a[indices],sep = "_"))
df_b$dataCompareR_merged_indices <- do.call(paste,c(df_b[indices],sep = "_"))

Would fix it. I don't have R setup on this PC but if I get a chance I'll try to make a PR.

from datacomparer.

sajohnston avatar sajohnston commented on June 11, 2024

Thanks @rnobleeddy ! I'll make that change this afternoon.

from datacomparer.

sajohnston avatar sajohnston commented on June 11, 2024

Sorry, I forgot to make a response to this! This change is on the Dev branch, so you can install from there. We'll be merging it into master shortly.

from datacomparer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.