This repository was archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02-Shiny-app.Rmd
More file actions
75 lines (39 loc) · 1.9 KB
/
02-Shiny-app.Rmd
File metadata and controls
75 lines (39 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# The shiny app
***
## Launching the app
```r
library(bdchecks) # Uplaod package library
runbdchecks() # Launch the app
```
## Data upload
### From a local file
A CSV file or a Darwin Core Archive (DwC-A) zip file can be uploaded.
[comment]: <> (Need-To-Be-Updated!)

### From an online database
Also, data can be retrieved directly from various online biodiversity databases. You need only to:
* Select the database
* Specify the desired scientific name.
* Specify the number of records (upper limit of 50,000).
* Check the box if records must have coordinates.
* Wait for data to be downloaded.
[comment]: <> (Need-To-Be-Updated!)

### Accept dataset
[comment]: <> (Need-To-Be-Updated!)

## Choose data checks
[comment]: <> (Need-To-Be-Updated!)


## Checks results and data filtering
### Overwiew
[comment]: <> (Need-To-Be-Updated!)

### Filtering the data based on the results
[comment]: <> (Need-To-Be-Updated!)


## Closing the app
Just close the app browser tab, and the R session will be terminated. To reopen it run in the R Console `runbdchecks()`.
## References