Description Usage Arguments Value Examples
explore linear relation between price and weekday
1 | lm_item_wday(item_clean)
|
item_clean |
raw json item of api request - generated with import_item function |
tie-fighter plot of item value compared to the weekday
1 2 3 | bl_raw <- import_item("black lotus", "patchwerk", "horde")
bl_clean <- clean_json(bl_raw)
lm_item_wday(bl_clean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.