lm_item_wday: explore linear relation between price and weekday

Description Usage Arguments Value Examples

Description

explore linear relation between price and weekday

Usage

1
lm_item_wday(item_clean)

Arguments

item_clean

raw json item of api request - generated with import_item function

Value

tie-fighter plot of item value compared to the weekday

Examples

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

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