Skip to content

Commit

Permalink
endpoint name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustberuss committed Dec 5, 2024
1 parent 101f59c commit 1443de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/search-pv.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ request_apply <- function(ex_res, method, query, base_url, arg_list, api_key, ..
#' )
#'
#' search_pv(
#' query = qry_funs$contains(inventors_at_grant.name_last = "smith"),
#' query = qry_funs$contains(inventors_at_grant.name_last = "Smith"),
#' endpoint = "patent",
#' config = httr::timeout(40)
#' )
Expand Down

0 comments on commit 1443de4

Please sign in to comment.