View source: R/network_utils.R
update_unique_ids | R Documentation |
This function is called by 'append_core_attr' and append new uids to the created nodes. It also keeps track of the already used uids with the /codedat[["_last_uid"]] variable
This function is called by 'append_core_attr' and append new unique_ids to the created nodes. It also keeps track of the already used unique_ids with the /codedat[["_last_unique_id"]] variable
update_unique_ids(dat, n.new)
dat |
a Master list object of network models |
n.new |
the number of new nodes to give |
the Master list object of network models (dat
)
the Master list object of network models (dat
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.