Nothing
## -----------------------------------------------------------------------------
library(remify)
data(randomREH)
reh_remify <- remify::remify(edgelist = randomREH$edgelist, model = "tie")
reh_remify
## -----------------------------------------------------------------------------
reh_rem <- remify::rehshape(data = reh_remify,
output_format = c("relevent-rem"))
names(reh_rem)
## -----------------------------------------------------------------------------
reh_rem.dyad <- remify::rehshape(data = reh_remify,
output_format = c("relevent-rem.dyad"))
names(reh_rem.dyad)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.