Giter VIP home page Giter VIP logo

Comments (4)

sfirke avatar sfirke commented on July 22, 2024 1

Here's a great argument for this function:
image

from janitor.

sfirke avatar sfirke commented on July 22, 2024

from janitor.

billdenney avatar billdenney commented on July 22, 2024

I'm about to submit the PR. FYI, I decided not to implement the recycle0 argument because it would not be clear how it's handled in the case of all NA values:

paste(c(), "A", c("B", "C"))
# [1] " A B" " A C"
paste(c(), "A", c("B", "C"), recycle0 = TRUE)
# character(0)

If all values were NA in a ... argument, would that mean that the entire output would be zero-length? I think that would be confusing. (Related: I've never used the recycle0 argument before.) Since it's easier to add a new feature later rather than strip it away or modify the feature, I'd prefer to see if there is a clear use case for recycle0 in this function.

from janitor.

billdenney avatar billdenney commented on July 22, 2024

Once it's on CRAN, maybe we should update the answer to that question. 😄

And, I did it with a slightly different method than those suggestions with the difference that you can have an NA value come out the end of the paste in the PR which I think that those solutions can't do (but I didn't study them exhaustively).

from janitor.

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.