Get a data frame of information about a specific brick color

rebrickable_color_info(id = 1, key = rebrickable_key(), ...,
  parse = T)

Arguments

id

a single numerical 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

if (exists(".rebrickable_key")) { rebrickable_color_info(id = 1) }