rebrickable_part_color_sets: Get a list of all sets a part/color combination has appeared...

Description Usage Arguments Examples

Description

Get a list of all sets a part/color combination has appeared in

Usage

1
2
rebrickable_part_color_sets(part_id = 1, color_id = 1,
  key = rebrickable_key(), ..., parse = T)

Arguments

part_id

part ID

color_id

color ID

key

API key (pulled from environment if saved via rebrickable_save_credentials)

...

other arguments (page, page_size, ordering)

parse

Return results as a formatted tbl without the response information?

Examples

1
2
3
if (exists(".rebrickable_key")) {
  rebrickable_part_color_sets(part_id = 31110, color_id = 1)
}

srvanderplas/LegoR documentation built on Nov. 5, 2019, 9:17 a.m.