ib_trending_parser: ib_trending_parser

Description Usage Arguments Value

Description

A function to parse install base trending file.

Usage

1
2
ib_trending_parser(filepath, type = c("WW", "COUNTRY"), years = 2013:2017,
  write = FALSE, outpath = NA)

Arguments

filepath

Filepath to Excel Workbook.

type

Parse WW or COUNTRY sheet in install base function.

years

Years in installbase file.

write

Defaults to FALSE. Writes to Excel workbook if TRUE.

outpath

Path to write dataframe to.

Value

Returns parsed dataframe. WW is grouped by Region and Equipment. COUNTRY is grouped by Country and Equipment.


kimjam/srms documentation built on May 20, 2019, 10:21 p.m.