-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbdclean.Rmd
More file actions
59 lines (23 loc) · 2.11 KB
/
bdclean.Rmd
File metadata and controls
59 lines (23 loc) · 2.11 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# bdclean {#bdclean}
## What is bddwc
`bdclean` is a user-friendly data cleaning Shiny app for the inexperienced R user. It provides features to manage complete workflow for biodiversity data cleaning, from uploading the data; collecting user input - in order to adjust cleaning procedures; cleaning the data; and finally, generating various reports and several versions of the data.


**<span style="color:red">--> To replace with new bdclean overview <--</span>**
bdclean workflow is comprised of three distinct mechanisms, user input, data cleaning and outputs. In most R packages this basic workflow (i.e. input; processing; output) operates via an R function. Functions are fundamental building blocks of R, and usually focus on very specific task. Users must understand and supply the function with its mandatory arguments (e.g. data in the specified format, setting of various function variables). Thus, in order to create a specific workflow, users must write an R script, which requires reasonable programing skills. bdclean avoids all that by creating a user-friendly Shiny app with questionnaire that collects the necessary user input.
## App overview

### Data cleaning configuration
#### Option 1: a questionnaire {-}

The questionnaire is reactive and more questions will be shown based on your input.

#### Option 2: choose data checks {-}

### Flaging and cleaning
#### Data flags {-}

## Perform cleaning

### Artifacts and reports
**<span style="color:red">[ TBA ]</span>**