zoltar_authenticate: Log in to a Zoltar host

View source: R/connection.R

zoltar_authenticateR Documentation

Log in to a Zoltar host

Description

Returns a new ZoltarConnection 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 call projects() to get a list of objects to start working with.

Usage

zoltar_authenticate(zoltar_connection, username, password)

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection().

username

Username for the account to use on the connection's host

password

Password ""

Value

None

Examples

## Not run: 
  zoltar_authenticate(conn, "USERNAME", "PASSWORD")

## End(Not run)

reichlab/zoltr documentation built on April 13, 2024, 2:13 a.m.