-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 723 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 723 Bytes
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
29
30
Package: hacksaw
Title: Additional Tools for Splitting and Cleaning Data
Version: 0.0.2
Authors@R:
person(given = "David",
family = "Ranzolin",
role = c("aut", "cre", "cph"),
email = "daranzolin@gmail.com")
Description: Move between data frames and lists more efficiently with precision
splitting via 'dplyr' verbs. Easily cast variables to different data types. Keep
rows with NAs. Shift row values.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
dplyr,
purrr,
rlang,
utils,
tidyselect,
tibble,
zeallot,
magrittr
Suggests:
testthat,
knitr,
rmarkdown,
tidyr