dv8_mdsmb_drhier_to_excel | R Documentation |
Creates a \*.xlsx from a \*.dv8-dsm file
dv8_mdsmb_drhier_to_excel(
dv8_path,
mdsmb_path,
excel_path,
hierclsxm_path = "",
detail = FALSE,
drhier = TRUE,
namespace = FALSE
)
dv8_path |
path to DV8 binary |
mdsmb_path |
path to mdsmb binary file created by |
excel_path |
path to output excel file |
hierclsxm_path |
path to clustering file used to order files in spreadsheet from |
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 |
the excel_path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.