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.1
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
NeedsCompilation: no
Packaged: 2023-10-16 21:13:43 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 13:50:05 UTC
