rebrickable_colors: Get a data frame of all brick colors

Description Usage Arguments Examples

View source: R/scrape_rebrickable.R

Description

Get a data frame of all brick colors

Usage

1

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

1
2
3
if (exists(".rebrickable_key")) {
  rebrickable_colors()
}

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