Learn R Programming

ravelRy (version 0.1.0)

search_yarn_companies: Search yarn companies

Description

This function retrieves yarn companies based on search terms.

Usage

search_yarn_companies(query = NULL, page = NULL, page_size = NULL,
  sort = NULL, ...)

Arguments

query

search string

page

result page to retrieve; defaults to first page

page_size

number of results to retrieve; defaults to 48

sort

options: `best`

...

pass any other filter parameters available via https://www.ravelry.com/yarns/brands/search

Value

tibble containing company details

Examples

Run this code
# NOT RUN {
search_yarn_companies(query = 'lion')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab