clsales_parser: clsales_parser

Description Usage Arguments Value

Description

A function to parse sales data from L:\Rochester-Quality Regulatory Compliance\SRMS\SRMS Wrkspace\Customer Quality Monthly Analysis Reports

Usage

1
2
clsales_parser(slide_df, tip_df, well_df, dt_df, write = TRUE,
  xlsxfile = NA)

Arguments

slide_df

A dataframe containing MicroSlide sales data. See clsales_reader.

tip_df

A dataframe containing MicroTip sales data. See clsales_reader.

well_df

A dataframe containing MicroWell sales data. See clsales_reader.

dt_df

A dataframe containing DT sales data. See clsales_reader.

write

Defaults to TRUE. Will write results to excel file if TRUE.

xlsxfile

Name of Excel Workbook if write = TRUE. Defaults to CL_Sales_DDMMMYYYY.xlsx where DDMMYYYY is the day, abbreviated month label, and the year.

Value

Returns a list of dataframes which contain sales data for each Technology.


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