Skip to contents

Abbreviate fly connectomics dataset names

Usage

abbreviate_datasets(ds)

Arguments

ds

One or more dataset long names

Value

a character vector of 2 letter abbreviations

Examples

abbreviate_datasets(c("flywire", "flywire", "hemibrain"))
#> [1] "fw" "fw" "hb"