Get a data frame of all brick colors

rebrickable_colors(key = rebrickable_key(), ..., parse = T)

Arguments

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_colors() }