Learn R Programming

ravelRy (version 0.1.0)

get_patterns: Get pattern details for multiple patterns

Description

This function retrieves details for one or multiple patterns using the pattern id.

Usage

get_patterns(ids)

Arguments

ids

one or more `pattern_id`s. Tested for vectors of up to 500 ids; 100 max recommended.

Value

tibble containing pattern details, like yardage, gauge, count of comments, ratings, etc.

Examples

Run this code
# NOT RUN {
get_patterns(ids = c(600, 601))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab