structure_format converts majorities output to structure format.

structure_format(majorities_csv)

Arguments

majorities_csv

Character vector. Name of the majorities and ties csv.

Value

a csv in "structure" format of the majority data.

Details

Takes the majorities and ties csv, from running majorities and converts to a "structure" format which is saved as a csv to the `results/finalised/` sub-directory.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/ScatMatch/index.html the ScatMatch website

Examples

if (FALSE) {
structure_format(majorities_csv = "hclust_numerical_mismatch_h4_group_majorities_and_ties.csv")
}