Description Usage Arguments Value Examples
This function retrieves groups based on search terms.
1 2  | 
query | 
 search string  | 
page | 
 result page to retrieve; defaults to first page  | 
page_size | 
 number of results to retrieve; defaults to 50  | 
sort | 
 options: 'best', 'added', 'favorites'  | 
... | 
 pass any other filter parameters available via https://www.ravelry.com/groups/search (ex. creation, gc)  | 
tibble containing group information, like name, created_at, short_description, etc.
1 2 3 4  | ## Not run: search_groups(query = 'star wars')
# with site search parameters
## Not run: search_groups(query = 'star wars', gc = 'knitting')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.