Package: dataframeexplorer
Title: Familiarity with Dataframes Before Data Manipulation
Version: 0.1.5
Authors@R: person("Ashrith", "Reddy", email = "ashrithssreddy@gmail.com", role = c("aut", "cre"))
Description: Real life data is muddy, fuzzy and unpredictable. This makes data manipulations tedious and bringing the data to right shape alone is a major chunk of work. Functions in this package help us get an understanding of dataframes to dramatically reduces data coding time.
    The package describes the datatypes of columns, generates frequency of each value in a dataframe column, creates percentile table and determines level of dataset.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports: tibble, data.table, magrittr, openxlsx, dplyr, plyr, tidyr
NeedsCompilation: no
Packaged: 2020-04-08 12:38:14 UTC; LENOVO
Author: Ashrith Reddy [aut, cre]
Maintainer: Ashrith Reddy <ashrithssreddy@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-08 16:20:02 UTC
