Skip to content

Commit

Permalink
fix non-ascii character in get_wormsid fxn
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 20, 2020
1 parent 952aecd commit 0828c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/get_wormsid.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' `taxon_state` object (see [taxon-state])
#' @param searchtype character; One of 'scientific' or 'common', or any unique
#' abbreviation
#' @param marine_only logical; marine only? default: TRUE (only used
#' @param marine_only logical; marine only? default: `TRUE` (only used
#' when `searchtype="scientific"`); passed on to [worrms::wm_records_name()]
#' @param fuzzy logical; fuzzy search. default: `NULL` (`TRUE` for
#' `searchtype="scientific"` and `FALSE` for `searchtype="common"` to match
Expand Down
2 changes: 1 addition & 1 deletion man/get_wormsid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0828c43

Please sign in to comment.