rm_data_separate_SQlite: Title of the function

Description Usage Arguments Details Value

View source: R/rm_data_separate_SQlite.R

Description

Description of the function

Usage

1
2
3
rm_data_separate_SQlite(data_base = "", RM_size = 6, current_month,
  population_filter = NA, select_statement = NA,
  assemb_col = "DWASSD_yearmon", repair_col = "FPAYDT_yearmon")

Arguments

assemb_col,

repair_col: assembly and repair columns .

current_month:

a character object of Month of the given RM.

data_base:

A string containing the SQLite3 data_base

population_filter:

A filter "WHERE" statement.

RM_size:

the size, in momths, of the RM. Typically 6, 9, 12, 15, 18, 21 or 24

select_statement:

A character containing a "SELECT" statement.

Details

Makes the RMx data set of the given month.

Value

A tibble


leonardommarques/reliabilitytools documentation built on Aug. 1, 2019, 8:03 p.m.