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

Update combine-multi-single-dist-tbl #310

Closed
Tracked by #308
spsanderson opened this issue Oct 11, 2022 · 0 comments
Closed
Tracked by #308

Update combine-multi-single-dist-tbl #310

spsanderson opened this issue Oct 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@spsanderson
Copy link
Owner

spsanderson commented Oct 11, 2022

Old:

# Make Dist Type for column ----
  dist_type <- stringr::str_remove(atb$tibble_type, "tidy_") %>%
    stringr::str_replace_all(pattern = "_", " ") %>%
    stringr::str_to_title()

New:

# Make Dist Type for column ----
  dist_type <- dist_type_extractor(atb$tibble_type)
@spsanderson spsanderson self-assigned this Oct 11, 2022
@spsanderson spsanderson added the enhancement New feature or request label Oct 11, 2022
@spsanderson spsanderson added this to the TidyDensity 1.2.4 milestone Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant