Skip to content

Commit

Permalink
Fix rfishbase API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchang committed Jan 26, 2021
1 parent a7ae08a commit c54c28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/comparative-analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library(rfishbase)
tips <- gsub("_", " ", tree$tip.label, fixed = TRUE)
fb_results <- species(species_list = tips, fields = c("Species", "DemersPelag"))
fb_results <- fb_results[!is.na(fb_results$Species), ]
fb_results <- fb_results[!is.na(fb_results$DemersPelag), ]
head(fb_results)
```

Expand Down

0 comments on commit c54c28a

Please sign in to comment.