zoltr (version 0.2.2)

new_connection: Get a connection to a Zoltar host

Description

Returns a new connection object, which is the starting point for working with the Zoltar API. Once you have the connection you can call zoltar_authenticate on it, and then call projects to get a list of Project objects to start working with.

Usage

new_connection(host = "https://zoltardata.com")

Arguments

host

The Zoltar site to connect to. Defaults to https://zoltardata.com

Value

A `ZoltarConnection` object

Examples

Run this code
# NOT RUN {
  conn <- new_connection()
# }

Run the code above in your browser using DataCamp Workspace