getDomain: Processes source data

View source: R/get_MappedColumns.R

getDomainR Documentation

Processes source data

Description

Processes source data

Usage

getDomain(.data, .filter, ...)

Arguments

.data

The domain data frame

.filter

Filter expression to apply to subset the data.

...

Additional column mappings.

Details

The input data is filtered, if a filter expression is provided. Named parameters provided in the extra arguments are evaluated and selected from the input dataset.

This function uses non-standard evaluation, so the ... arguments do not need to be quoted. For example, to compute a date from ISO-8601 strings include TIME=parsedate::parse_date(EXSTDTC). Of course the actual column may have a different name. Extra arguments (...) must be named, for example: MYVALUE = pmax(0,DV).

Value

A data_frame with the mapped data


qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.