pdl_reports_to_df: Returns dataframe with results from all report files in...

Description Usage Arguments

View source: R/pdl_reports_to_df.R

Description

Returns dataframe with results from all report files in directory.

Usage

1
2
3
4
5
6
7
pdl_reports_to_df(
  base_directory,
  pdl_report_directory,
  start_year,
  end_year,
  excluded_files = character(0)
)

Arguments

base_directory

path of base directory base_directory = ".."

pdl_report_directory

name of directory containing PDL reports pdl_report_directory = "inst/extdata/"

start_year

integer value indicating the first calendar year as used in the name of the folders containing reports from the years indicated.

end_year

integer value indicating the last calendar year as used in the name of the folders containing reports from the years indicated.

excluded_files

character vector of files within the PDL directory that are to be ignored. excluded_files = character(0))


rmsharp/snprcspf documentation built on June 15, 2020, 11:21 a.m.