experiment_names: Return the names of all experiments in a dataset

Description Usage Arguments Value Note Examples

View source: R/experiment_names.R

Description

Return the names of all experiments in a dataset

Usage

1

Arguments

x

A softermax object containing information about one or more experiments in 'SoftMax Pro'

Value

A vector of strings

Note

Experiment names are not exported by 'SoftMax Pro' version 6, and data are grouped under a single experiment, so "unknown" is returned.

Examples

1
2
3
4
5
## Not run: 
d <- read_softmax_xml("myfile.xml")
experiment_names(d)

## End(Not run)

softermax documentation built on Sept. 21, 2017, 9:03 a.m.