rebrickable_part_category_info: Get a data frame of information about a specific part...

Description Usage Arguments Examples

Description

Get a data frame of information about a specific part category ID

Usage

1
2

Arguments

cat_id

part category 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_category_info(cat_id = 1)
}

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