seasonder_getVersion.SeaSondeRAPM | R Documentation |
Get the version value from a SeaSondeRAPM object
## S3 method for class 'SeaSondeRAPM'
seasonder_getVersion(seasonder_obj)
seasonder_obj |
A SeaSondeRAPM object. |
The version value.
# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
# Retrieve version via the generic function
version <- seasonder_getVersion(obj)
print(version)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.