rebrickable_part_colors: Get a list of all colors a part has appeared in

Description Usage Arguments Examples

Description

Get a list of all colors a part has appeared in

Usage

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

Arguments

part_id

part 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_colors(part_id = 31110)
}

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