# processing the random network 'randomREH'
library(remify)
data(randomREH)
reh <- remify(edgelist = randomREH$edgelist,
model = "tie",
riskset = "manual",
omit_dyad = randomREH$omit_dyad)
# find actor name from actor ID
getActorName(x = reh, actorID = c(1,2,8,12))
Run the code above in your browser using DataLab