Learn R Programming

parttime (version 0.1.2)

c.partial_time: Concatenate parttimes

Description

Concatenate parttimes

Usage

# S3 method for partial_time
c(...)

Value

A partial_time vector. An error is raised if any other class object is attempted to be concatenated.

Arguments

...

objects to be concatenated. All NULL entries are dropped before method dispatch unless at the very beginning of the argument list.