write_ranked_central_elements_table | R Documentation |
Creates a file with one tab separated row per each unique central cluster element along with its ranking
write_ranked_central_elements_table(
central_elements,
rank_data,
output_path = file.path(getwd(), "ranked_unique_central_elements_ranks.tsv"),
display_output = F
)
central_elements |
Named list of central element from each cluster ( as returned by isolate_central_cluster_elements ), assumes naming convention of cluster_group_cluster_number_within_group |
output_path |
One-length character vector with fully qualified path to output file |
display_output |
Boolean option to display final output |
element_ranks |
Named integer vector of element rankings |
Returns data.frame of unique ranked central cluster elements as saved to file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.