Skip to contents

Create parameter object for extracting the data

Usage

createGetDataSettings(
  getPlpDataSettings = createGetPlpDataArgs(),
  getCmDataSettings = createGetCmDataArgs(),
  plpDataFolder = NULL,
  cohortMethodDataFolder = NULL
)

Arguments

getPlpDataSettings

Parameter object for the extraction of the plpData object created from createGetPlpDataArgs.

getCmDataSettings

Parameter object for the extraction of the cohortMethodData object created from createGetPlpDataArgs.

plpDataFolder

The directory path where the plpData object has already been saved locally.

cohortMethodDataFolder

The directory path where the cohortMethodData object has already been saved locally.