rebrickable_set_moc: Get a data frame of information about alternate builds using...

Description Usage Arguments Examples

Description

Get a data frame of information about alternate builds using only parts from a specific set

Usage

1
2
rebrickable_set_moc(set_id = 1, key = rebrickable_key(), ...,
  parse = T)

Arguments

set_id

set 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_set_moc(set_id = "10266-1")
}

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