Skip to contents

Read ennustedata from excel file and put it into plotly friendly time serie

Usage

ennuste_time_serie_from_excel(excel_path, serie_name)

Arguments

excel_path

Path to excel file

serie_name

name of the serie/identifier

Value

list object containing last two predictions for the serie

Examples

if (FALSE) {
ennusteet_from_excel(excel_path = "ptt_ennusteet_KT.xlsx",
                   serie_name = "StatFin/kan/ntp/statfin_ntp_pxt_132h.px§B1GMH§kausitvv2015")
}