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

Get unite_str() working with symbol #2

Open
joethorley opened this issue Jan 15, 2022 · 0 comments
Open

Get unite_str() working with symbol #2

joethorley opened this issue Jan 15, 2022 · 0 comments

Comments

@joethorley
Copy link
Member

  library(tidyplus)
  data <- tibble::tibble(x = c("good", "Saw fish.", NA), y = c("2021", NA, NA))
  data <- unite_str(data, new, x, y)
#> Error: Must supply a symbol or a string as argument

Created on 2022-01-14 by the reprex package (v2.0.1)

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

No branches or pull requests

1 participant