Package: dfexpand
Title: Automatically Expand Delimited Column Values into Multiple
        Binary Columns with 'dfexpand'
Description: Implements an algorithm to effortlessly split a column in an R data frame filled with multiple values separated by delimiters. This automates the process of creating separate columns for each unique value, transforming them into binary outcomes.
Version: 0.0.2
Imports: stringr
Authors@R: 
    person("Jeffery", "Painter", email = "jeff@jivecast.com", role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0001-9651-9904"))
License: GPL (>= 3)
URL: https://github.com/jlpainter/dfexpand
BugReports: https://github.com/jlpainter/dfexpand/issues/
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-10-18 20:32:54 UTC; painter
Author: Jeffery Painter [aut, cre] (<https://orcid.org/0000-0001-9651-9904>)
Maintainer: Jeffery Painter <jeff@jivecast.com>
Repository: CRAN
Date/Publication: 2023-10-18 21:00:02 UTC
Built: R 4.5.2; ; 2025-11-08 03:09:15 UTC; windows
