get_patterns {ravelRy} | R Documentation |
This function retrieves details for one or multiple patterns using the pattern id.
get_patterns(ids)
ids |
one or more 'pattern_id's. Tested for vectors of up to 500 ids; 100 max recommended. |
tibble containing pattern details, like yardage, gauge, count of comments, ratings, etc.
## Not run: get_patterns(ids = c(600, 601))