Skip to contents

provides the base-r merge() generic dispatch for combining two netify objects along the time axis. for more than two inputs or programmatic use, prefer bind_netifies() directly.

Usage

# S3 method for class 'netify'
merge(x, y, ...)

Arguments

x, y

netify objects.

...

additional netify objects, or a names = argument.

Value

a longit_list netify object.

Author

cassy dorff, shahryar minhas