| save_plate | R Documentation | 
Saves a plate to a file, including all its data, parameters, and current
analysis state.  The file can be read back later using 
load_plate.  The file is not human-readable - if
you want to save the droplets data or the metadata of a plate, then first
retrieve the data using plate_data or
plate_meta and save it with 
write.csv.
save_plate(plate, file)
| plate | Plate object to save. | 
| file | Name of the file where the plate will be saved. | 
The given plate, unchanged.
load_plate
plate <- new_plate(sample_data_dir())
save_plate(plate, "myplate")
unlink("myplate.rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.