powered by
This low-level constructor only performs basic type checking.
new_list_query(.req, list, ...)# S3 method for list new_list_query(.req, list, ...)# S3 method for generator new_list_query(.req, list, ...)# S3 method for prop new_list_query(.req, list, ...)# S3 method for query new_list_query(.req, list, ...)
# S3 method for list new_list_query(.req, list, ...)
# S3 method for generator new_list_query(.req, list, ...)
# S3 method for prop new_list_query(.req, list, ...)
# S3 method for query new_list_query(.req, list, ...)
An object of type list/query/action_api/httr2_request.
list/query/action_api/httr2_request
A query/action_api/httr2_request object, or a list/query/action_api/httr2_request as returned by this function.
query/action_api/httr2_request
The list module to add to the query
<dynamic-dots> Parameters to the list module
dynamic-dots
# Create a query to list all members of Category:Physics physics_query <- wiki_action_request() %>% new_list_query("categorymembers", cmtitle="Category:Physics")
Run the code above in your browser using DataLab