Skip to content

vertex.id not being recognized as numeric in vertex.spells #14

@tedmoorman

Description

@tedmoorman

I'm trying to replicate the results here. For some reason, when using the networkDynamic function, I receive the following error:

Error in networkDynamic(thenetwork, edge.spells = PHDynamicEdges, vertex.spells = PHDynamicNodes) : 
  vertex.spells requires the vertex.id column to be numeric

I explicitly import vertex.id as a numeric column. So, it's not clear why I'm getting this message.

Here is the output from my console, including the output from sessionInfo():
console-output-from-temporal-network-analysis-with-r.txt

Here is the R code I'm using:
temporal-network-analysis-with-r.R.txt

Here are the csv files downloaded from the aforementioned website:
TNAWR_DynamicNodes.csv
TNAWR_DynamicEdges.csv
TNAWR_StaticEdgelist.csv
TNAWR_VertexAttributes.csv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions