Skip to content

Commit

Permalink
update dedup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurens88 committed Apr 3, 2024
1 parent 4a012dc commit 4706428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Export the results to a file (`output.json`)
asreview data describe MY_DATASET.csv -o output.json
```

Describe the `van_de_schoot_2017` dataset from the [benchmark
Describe the `van_de_schoot_2018` dataset from the [benchmark
platform](https://github.com/asreview/systematic-review-datasets).

```bash
asreview data describe benchmark:van_de_schoot_2017 -o output.json
asreview data describe synergy:van_de_schoot_2018 -o output.json
```
```
{
Expand Down Expand Up @@ -161,11 +161,11 @@ identifier can be used for deduplication.
asreview data dedup MY_DATASET.csv -o output.csv --pid PMID
```

Using the `van_de_schoot_2017` dataset from the [benchmark
Using the `van_de_schoot_2018` dataset from the [benchmark
platform](https://github.com/asreview/systematic-review-datasets).

```bash
asreview data dedup benchmark:van_de_schoot_2017 -o van_de_schoot_2017_dedup.csv
asreview data dedup synergy:van_de_schoot_2018 -o van_de_schoot_2018_dedup.csv
```
```
Removed 104 records from dataset with 6189 records.
Expand Down

0 comments on commit 4706428

Please sign in to comment.