exp_id_str: Extract experiment string

View source: R/experiment.R

exp_id_strR Documentation

Extract experiment string

Description

Experiments can be uniquely identified by a string made up of space code, project code and experiment code. This function extracts the relevant fields from experiment or experiment id objects and returns a vector of experiment strings.

Usage

exp_id_str(x, ...)

## S3 method for class 'ExperimentIdentifier'
exp_id_str(x, ...)

## S3 method for class 'Experiment'
exp_id_str(x, ...)

Arguments

x

Experiment object(s).

...

Generic compatibility.


ropensci/infx documentation built on May 14, 2022, 5:51 p.m.