Package: siftr
Type: Package
Title: Fuzzily Search a Dataframe to Find Relevant Columns
Version: 1.1.0
Authors@R: c(
    person(given   = "Desi", 
           family  = "Quintans", 
           email   = "science@desiquintans.com", 
           role    = c("cre", "aut", "cph"),
           comment = c(ORCID = "0000-0003-3356-0293")))
Description: Analysts who change projects frequently know that it can be hard
    to find the right column in an unfamiliar dataframe, especially when the
    dataframe spans hundreds of columns and millions of rows. 'siftr' is an
    interactive tool that finds relevant columns by fuzzily searching through
    a dataframe's column names, labels, factor levels, and unique values.
License: MIT + file LICENSE
URL: https://github.com/DesiQuintans/siftr
BugReports: https://github.com/DesiQuintans/siftr/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports: cli, fastdigest
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-07-18 23:08:54 UTC; dqui6184
Author: Desi Quintans [cre, aut, cph] (<https://orcid.org/0000-0003-3356-0293>)
Maintainer: Desi Quintans <science@desiquintans.com>
Repository: CRAN
Date/Publication: 2023-07-19 08:10:06 UTC
