ib_parser: ib_parser

Description Usage Arguments Value

Description

A function to clean and manipulate installbase data to make it usable for data analysis / Tableau.

Usage

1
2
ib_parser(ib_df, use = c("general", "region", "refurbished"), write = TRUE,
  xlsxfile = NA)

Arguments

ib_df

dataframe of raw installbase data obtained from Information Anywhere. Can be read manually or using ib_reader.

use

'general', 'region', or 'reburbished'. Changes results based on end use.

  • general: shows total installbase by country and analyzer

  • region: shows total installbase by region and analyzer

  • refurbished: shows total installbase by country, analyzer, and refurbished vs. regular

write

Defaults to TRUE. If TRUE, will write to Excel Workbook.

xlsxfile

Name of file to write results to. Defaults to 'cleaned_ib_MMDDYYYY.xlsx' where MMDDYYYY is the date.

Value

Returns Cleaned installbase dataframe and writes results to Excel Workbook in current working directory if write = TRUE


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