-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 950 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
Package: TidyWrappers
Type: Package
Title: TidyWrappers contains set of handy functions to deal with tbl object.
Version: 0.0.1.9000
Author: Chirag Parsania
Authors@R: person("Chirag", "Parsania", email = "chirag.parsania@gmail.com",
role = c("aut", "cre"))
Maintainer: Chirag Parsania <chirag.parsania@gmail.com>
Description: TidyWrappers is an R package to deal with an object tbl. Utilities given here are appropriate to use when a tbl has rows are features / observations and columns are variables. It provides handy wrapper functions around dplyr verbs to get, count, convert, keep, remove and replace data from tbl object.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
purrr,
magrittr,
stringr,
tidyr (>= 1.0.0),
stringi,
tibble,
rlang
RoxygenNote: 7.1.1
BugReports: https://github.com/cparsania/TidyWrappers/issues
URL: https://github.com/cparsania/TidyWrappers