as_long_data_frame: Convert a graph to a long data frame
Description
A long data frame contains all metadata about both the vertices
and edges of the graph. It contains one row for each edge, and
all metadata about that edge and its incident vertices are included
in that row. The names of the columns that contain the metadata
of the incident vertices are prefixed with from_ and to_.
The first two columns are always named from and to and
they contain the numeric ids of the incident vertices. The rows are
listed in the order of numeric vertex ids.