-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 978 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: siftr
Type: Package
Title: Fuzzily Search a Data Frame to Find Relevant Columns
Version: 2.4.2
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 data frame, especially when the
data frame spans thousands of columns and millions of rows. 'siftr' is an
interactive tool that finds relevant columns by fuzzily searching through
a data frame'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
Suggests:
rlang
RoxygenNote: 7.3.2