exportShapes: Save load shape results

Description Usage Arguments

View source: R/util-export.R

Description

Exports standardized load shape clustering and assignment data into a corresponding set of exported data tables

Usage

1
exportShapes(shape.results, prefix = "", format = "hdf5", filePath = ".")

Arguments

shape.results

the shape feature results to export. These should be in the format returned by visdomloadshape::shapeFeatures(), as in shapeFeatures(shapeCategoryEncoding(rawData=DATA_SOURCE$getAllData(), metaCols=1:4, encoding.dict=someDict))

prefix

a prefix to apply to the feature column names

format

the data format for export. One of the values supported by the format paramater in exportData()

filePath

optional path to the location where exported files should be written (if applicable). Default is getwd()


ConvergenceDA/visdom documentation built on May 6, 2019, 12:51 p.m.