Description Usage Arguments Value Examples
creates smooth plot for price development
1 | smooth_item(item_clean)
|
item_clean |
raw json item of api request - generated with import_item function |
plot of item value including smooth curve
1 2 3 | bl_raw <- import_item("black lotus", "patchwerk", "horde")
bl_clean <- clean_json(bl_raw)
smooth_item(bl_clean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.