# 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 ID from the actor name
getActorID(x = reh, actorName = c("Francesca","Kayla"))
Run the code above in your browser using DataLab