Skip to content

Commit

Permalink
fixed misplaced parenthesis on line 138
Browse files Browse the repository at this point in the history
  • Loading branch information
elizagrames committed Sep 13, 2019
1 parent 61c9f8d commit 0d9ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/litsearchr_vignette.rmd
Expand Up @@ -135,7 +135,7 @@ We recommend saving the search terms to a .csv file, adding a new column called
# extract the woodpecker terms from the csv
# woodpecker_terms <- grouped_terms$term[which(stringr::str_detect(grouped_terms$group, "woodpecker"))]
# join together a list of manually generated woodpecker terms with the ones from the csv
# woodpeckers <- unique(append(c("woodpecker", "red-cockaded woodpecker", "leuconotopicus borealis", "picoides borealis")), woodpecker_terms)
# woodpeckers <- unique(append(c("woodpecker", "red-cockaded woodpecker", "leuconotopicus borealis", "picoides borealis"), woodpecker_terms))
# repeat this for the other concept groups (e.g. fire and abundance)
Expand Down

0 comments on commit 0d9ae8b

Please sign in to comment.