Skip to content

Commit

Permalink
minor edits to results comments in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rociojoo committed Jan 25, 2025
1 parent de1a108 commit ccc9f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,11 @@ dataset.
each_USA_trawler <- usa_trawlers$selfReportedInfo[, c("index", "vesselId")]
# how many vessels correspond to the first ten vessels.
each_USA_trawler %>% filter(index <= 10)
# It's exactly 20 in this case to we will request those.
# It's exactly 19 in this case to we will request those.
ten_usa_trawlers <- each_USA_trawler %>% filter(index <= 10)
```

The first 20 `vesselIds` correspond to 10 vessels according to `index`.
The first 19 `vesselIds` correspond to 10 vessels according to `index`.

Let's pass the vector of vessel ids to Events API. Now get the list of fishing
events for these trawlers in January, 2020:
Expand Down

0 comments on commit ccc9f53

Please sign in to comment.