powered by
This function retrieves groups based on search terms.
search_groups(query = NULL, page = NULL, page_size = NULL, sort = NULL, ...)
search string
result page to retrieve; defaults to first page
number of results to retrieve; defaults to 50
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.
# NOT RUN { search_groups(query = 'star wars') # } # NOT RUN { # with site search parameters # } # NOT RUN { search_groups(query = 'star wars', gc = 'knitting') # } # NOT RUN { # }
Run the code above in your browser using DataLab