Description Usage Arguments Value Examples
View source: R/get_instances.R
Get a tibble of all available instances
1 |
connection |
A connection object, as retrieved from |
A tibble listing all available instances including its UID, name, the date then the instance was first created, its description, as well as the number of runs on that instance and the date of the latest run on that instance.
1 2 3 4 5 6 7 | ## Not run:
connection <- connect('my_db on localhost')
get_instances(connection)
disconnect(connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.