ba_login.RdLogin into a brapi compatible database.
ba_login(con)
| con | A required object of class 'brapi_con'. |
|---|
The object of class 'brapi_con' with the authentication token filled.
Caches a session token and informs of success or failure.
Tested against: sweetpotatobase, BMS
Other brapiutils: as.ba_db,
ba_can_internet, ba_check,
ba_connect, ba_db,
ba_logout, is.ba_con,
print.ba_con,
print.ba_db_list
if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_login(con = con, ...) }