Skip to contents

Exports the projectMetadata slot of a SpatialMap object to a CSV file.

Usage

exportMetadata(object, base_dir = NULL, file_name = NULL, ...)

Arguments

object

A SpatialMap object

base_dir

The name of the base directory in which to place the exported data. Defaults to @projectName

file_name

The name of the exported file, without .csv extension. Defaults to meta otherwise.

...

Arguments passed to write.csv

Details

Further details and examples are available at vignette("Tutorial_Exporting_Data").

See also

Scroll to top