View source: R/convert_legacy.R
convert_legacy | R Documentation |
Convert legacy bioRad objects (vp
, vpts
) and make them compatible with
the current bioRad version. Conversion includes renaming HGHT
to height
.
convert_legacy(x)
## S3 method for class 'vp'
convert_legacy(x)
## S3 method for class 'vpts'
convert_legacy(x)
x |
A |
An updated object of the same class as the input.
summary.vp()
summary.vpts()
# Convert a vp object
vp <- convert_legacy(example_vp)
# Convert a vpts object
vpts <- convert_legacy(example_vpts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.