View source: R/SourceDataFunctions.R
getCurrentRaMPVersion | R Documentation |
Retrieve RaMP version
getCurrentRaMPVersion(justVersion = T, db = RaMP())
justVersion |
boolean value indicating if the method should just return the version id (default, justVersion = T), or a table that includes db_version_id, load_timestamp (update time/date), version_notes, and the db_sql_url (a url for mysql schema download) |
db |
a RaMP database object |
current ramp databse version
## Not run:
rampDB <- RaMP()
getCurrentRaMPVersion(db = rampDB)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.