getBacDiveAccess: Opens a portal to the world of BacDive

View source: R/bacdive_strain_access.R

getBacDiveAccessR Documentation

Opens a portal to the world of BacDive

Description

Opens a portal to the world of BacDive

Usage

getBacDiveAccess(
  credentials = Sys.getenv(c("DSMZ_API_USER", "DSMZ_API_PASSWORD"))
)

Arguments

credentials

Your login credentials for bacdive.org. Defaults to DSMZ_API_USER and DSMZ_API_PASSWORD in your Renviron file. Supplied as a character vector c("username", "password").

Value

A 'dsmz_keycloak' object that allows access to the BacDive API. See also open_bacdive.

Examples

## Not run: 
bacdive <- getBacDiveAccess()

## End(Not run)

scottdaniel/bacphene documentation built on March 25, 2023, 12:51 p.m.