get_instances: Get a tibble of all available instances

Description Usage Arguments Value Examples

View source: R/get_instances.R

Description

Get a tibble of all available instances

Usage

1

Arguments

connection

A connection object, as retrieved from connect_scrapebot().

Value

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.

Examples

1
2
3
4
5
6
7
## Not run: 

connection <- connect('my_db on localhost')
get_instances(connection)
disconnect(connection)

## End(Not run)

MarHai/ScrapeBotR documentation built on March 10, 2021, 10:10 a.m.