
Export projectMetadata
exportMetadata.Rd
Exports the projectMetadata
slot of a SpatialMap object to a CSV file.
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
Other exporting functions:
exportAnnotations()
,
exportCellData()
,
exportCoords()
,
exportData()
,
exportPathDefault()