Coder Social home page Coder Social logo

Comments (3)

tonyfischetti avatar tonyfischetti commented on August 17, 2024 1

Haha, so I hope this isn't too late but I fixed the namespace issue. And I'm writing the is_id (I think I'm going to use is_unique though) right now :)

from assertr.

jjchern avatar jjchern commented on August 17, 2024

Perhaps assertr::assert_not_na(df, var) is too long.

How about assertr::nona(df, var)?

Also, Stata has a command isid that verifies if a variable, or a combination of several variables, is uniquely identified. Maybe assertr can have a similar function? Something like

assertr::isid(df, var)
assertr::isid(df, var1, var2)

I'm happy to submit a PR if you think these are useful functions to have.

Of course, nona and isid are not verbs, and they can be easily generated with assertr and magrittr's functional sequences. I understand if you think assertr is not a right place for these special functions. I can also put them into a separate small package. Maybe as a place to include special functions:

comfirmr::nona(df, var)
comfirmr::isid(df, var)
comfirmr::isdummy(df, var)
comfirmr::positive(df, var)
comfirmr::negative(df, var)
comfirmr::nonzero(df, var)

from assertr.

tonyfischetti avatar tonyfischetti commented on August 17, 2024

(a) thanks for the kind words about the package!
(b) is_id is on the radar! The project is about to be subsumed by ROpenSci so there's a lot of great stuff coming
(c) yeah, assertr might not be the right place for these but they can totally exist in a different package! Before anyone works on that, we should wait to see how the collaboration with ROpenSci will change the way some of those functions are implemented; the API won't change, but there might be changes that will effect the most graceful way to write those convenience functions.
(d) I'm not sure about the namespace thing :( I'll look into it

from assertr.

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.