powered by
This function retrieves yarn companies based on search terms.
search_yarn_companies(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 48
options: `best`
pass any other filter parameters available via https://www.ravelry.com/yarns/brands/search
tibble containing company details
# NOT RUN { search_yarn_companies(query = 'lion') # } # NOT RUN { # }
Run the code above in your browser using DataLab