forked from nuhorchak/RClean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.3 KB
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
31
Package: RClean
Type: Package
Title: RClean, An Interactive Data Cleaning Tool
Version: 1.0
Date: 2018-01-17
Author: Nicholas Uhorchak
Maintainer: Nicholas Uhorchak <nuhorchak@gmail.com>
Description: Utilizing R to import and clean data is often a time consuming task.
Without preparation of the dataset in excel or other software, R users must use scripts or
command line R code for this task. The Interactive Data Cleaning tool will afford users
the ability to do the following: Import Data, Visually inspect the previously imported data,
Select releveant data columns to retain/remove, Provide the ability to rename columns in the
dataframe, Select relevant data rows to retain/remove, Provide the option to scale the data,
Provide the option to mean center the data, Provide the ability to impute missing numerical
data, Provide the ability to encode nominal data to numerical data, Save the new data to a
"cleaned" dataframe, Write the "clean" DF to excel document for future use.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.14),
DT,
shiny,
shinythemes,
stats,
markdown,
shinyjs,
dummies
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr