Commit 65f439e 1 parent 4a012dc commit 65f439e Copy full SHA for 65f439e
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ asreview --help
35
35
36
36
The extension is successfully installed if it lists ` asreview data ` .
37
37
38
+ To make sure that you are working with the latest version of datatools you can use:
39
+
40
+ ``` bash
41
+ pip install asreview-datatools --upgrade
42
+ ```
43
+
38
44
## Getting started
39
45
40
46
ASReview Datatools is a command line tool that extends ASReview LAB. Each
@@ -68,11 +74,11 @@ Export the results to a file (`output.json`)
68
74
asreview data describe MY_DATASET.csv -o output.json
69
75
```
70
76
71
- Describe the ` van_de_schoot_2017 ` dataset from the [ benchmark
77
+ Describe the ` van_de_schoot_2018 ` dataset from the [ benchmark
72
78
platform] ( https://github.com/asreview/systematic-review-datasets ) .
73
79
74
80
``` bash
75
- asreview data describe benchmark:van_de_schoot_2017 -o output.json
81
+ asreview data describe synergy:van_de_schoot_2018 -o output.json
76
82
```
77
83
```
78
84
{
@@ -161,11 +167,11 @@ identifier can be used for deduplication.
161
167
asreview data dedup MY_DATASET.csv -o output.csv --pid PMID
162
168
```
163
169
164
- Using the ` van_de_schoot_2017 ` dataset from the [ benchmark
170
+ Using the ` van_de_schoot_2018 ` dataset from the [ benchmark
165
171
platform] ( https://github.com/asreview/systematic-review-datasets ) .
166
172
167
173
``` bash
168
- asreview data dedup benchmark:van_de_schoot_2017 -o van_de_schoot_2017_dedup .csv
174
+ asreview data dedup synergy:van_de_schoot_2018 -o van_de_schoot_2018_dedup .csv
169
175
```
170
176
```
171
177
Removed 104 records from dataset with 6189 records.
You can’t perform that action at this time.
0 commit comments