R/st_grid_class.R
write_coord-STGrid-method.Rd
Write object coordinates.
# S4 method for STGrid write_coord(object = NULL, file_path = NULL)
The STGrid object
The path where to store the file.
example_dataset() tmp_f <- tempfile() write_coord(Xenium_Mouse_Brain_Coronal_7g, file_path=tmp_f)