dot-durem_normalize_edgelist: Normalise duration edgelist column names

.durem_normalize_edgelistR Documentation

Normalise duration edgelist column names

Description

Accepts both legacy names (start_time / sender / receiver / end_time) and the current remverse standard (time / actor1 / actor2 / end), plus an alternative duration column from which end is derived as time + duration.

Usage

.durem_normalize_edgelist(edgelist)

Arguments

edgelist

A data.frame.

Value

The same data.frame with columns renamed to the standard and, if applicable, end computed from duration.


remify documentation built on July 13, 2026, 5:08 p.m.