smooth_item: creates smooth plot for price development

Description Usage Arguments Value Examples

View source: R/nexminer.R

Description

creates smooth plot for price development

Usage

1
smooth_item(item_clean)

Arguments

item_clean

raw json item of api request - generated with import_item function

Value

plot of item value including smooth curve

Examples

1
2
3
bl_raw <- import_item("black lotus", "patchwerk", "horde")
bl_clean <- clean_json(bl_raw)
smooth_item(bl_clean)

gstephan30/nexminer documentation built on Jan. 25, 2021, 5:01 a.m.