append.events: Append event data frames

View source: R/merge_functions.R

append.eventsR Documentation

Append event data frames

Description

Append event data frames

Usage

append.events(...)

Arguments

...

Data frames to append

Details

If there are mismatched column names the resulting column will have NA entries for the records sourced from the input data frame that lacks those columns. For instance, if A.df and B.df input: append.events(A.df, B.df), with A.df having columns ID, TIME, x3 and B.df having columns ID, TIME, x4, the resulting dataframe will have columsn ID, TIME, x3, x4. Some of the entries for x3 and x4 will be NA.

NA values in columns should be addressed after the merge process is completed.

All input data frames should have ID and TIME columns.

Value

A tbl_df object with the appended data


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