dv8_mdsmb_drhier_to_excel: Export a mdsmb binary file into a spreadsheet

dv8_mdsmb_drhier_to_excelR Documentation

Export a mdsmb binary file into a spreadsheet

Description

Creates a \*.xlsx from a \*.dv8-dsm file

Usage

dv8_mdsmb_drhier_to_excel(
  dv8_path,
  mdsmb_path,
  excel_path,
  hierclsxm_path = "",
  detail = FALSE,
  drhier = TRUE,
  namespace = FALSE
)

Arguments

dv8_path

path to DV8 binary

mdsmb_path

path to mdsmb binary file created by dv8_gitnumstat_to_hdsmb

excel_path

path to output excel file

hierclsxm_path

path to clustering file used to order files in spreadsheet from dv8_mdsmb_to_hierclsxb

detail

if TRUE, include details within each cell in spreadsheet, default FALSE

drhier

if TRUE, use recursive drh clustering in spreadsheet, default FALSE

namespace

if TRUE, use namespace clustering in spreadsheet, default FALSE

Value

the excel_path


sailuh/kaiaulu documentation built on April 17, 2024, 2:21 a.m.