View source: R/plate-attribs.R
name | R Documentation |
Get or set the name of a dataset.
name(plate)
name(plate) <- value
plate |
A ddpcrPlate |
value |
New name |
Plate name
## Not run:
plate <- new_plate(sample_data_dir())
name(plate)
name(plate) <- "foo"
name(plate)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.