View source: R/list-query-type.R
new_list_query | R Documentation |
This low-level constructor only performs basic type checking.
new_list_query(.req, list, ...)
## S3 method for class 'list'
new_list_query(.req, list, ...)
## S3 method for class 'generator'
new_list_query(.req, list, ...)
## S3 method for class 'prop'
new_list_query(.req, list, ...)
## S3 method for class 'query'
new_list_query(.req, list, ...)
.req |
A |
list |
The list module to add to the query |
... |
< |
An object of type list/query/action_api/httr2_request
.
# Create a query to list all members of Category:Physics
physics_query <- wiki_action_request() %>%
new_list_query("categorymembers", cmtitle="Category:Physics")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.