Skip to content

Commit

Permalink
Add caveat to filter parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Dec 19, 2023
1 parent be6460f commit cb86bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/pick_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ utils::globalVariables(c("x", "y", "uuid", "label"))
#' @param filter \code{character}. Filter uuid(s) by usage license. Use "by"
#' to limit results to image uuids which do not require attribution, "nc"
#' for image uuids which allow commercial usage, and "sa" for image uuids
#' without a ShareAlike clause. The user can also combine these filters.
#' without a ShareAlike clause. The user can also combine these filters. Only
#' relevant if `name` supplied.
#' @param auto \code{numeric}. This argument allows the user to automate input
#' into the menu choice. If the input value is `1`, the first returned image
#' will be selected. If the input value is `2`, requested images will be
Expand Down
3 changes: 2 additions & 1 deletion man/pick_phylopic.Rd

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

0 comments on commit cb86bd1

Please sign in to comment.