connect: Get a FastGenomics connection object to a specific...

Description Usage Arguments Value Examples

Description

If you did not provide a Personal Access Token (PAT) for this URL / user combination, you will be prompted to enter your PAT. The PAT itself is stored in your systems keyring and not in your R History. WARNINIG: NEVER store your PAT in your R history or in Source Control. Anybody who has the PAT can take any action on FASTGenomics you can make. More Questions? Read our in depth authorization Guide

Usage

1
connect(base_url, email)

Arguments

base_url

The url of the instance, e.g. https://fastgenomics.org/

email

The email address of your account

Value

a connection object

Examples

1
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "user@example.com")

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.