ba_logout: ba_logout

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/ba_logout.R

Description

Logout from a brapi compatible database.

Usage

1
ba_logout(con)

Arguments

con

list, brapi connection object

Value

The list object of class 'brapi_con' with the authentication token removed.

Note

Tested against: sweetpotatobase

BrAPI Version: 1.0, 1.1, 1.2

BrAPI Status: active

Author(s)

Reinhard Simon, Maikel Verouden

References

github

See Also

Other brapiutils: as.ba_db, ba_can_internet, ba_check, ba_connect, ba_db, ba_login, is.ba_con, print.ba_con, print.ba_db_list

Examples

1
2
3
4
5
6
7
8
if (interactive()) {
  library(brapi)

  con <- ba_db()$testserver

  #ba_logout(con)

}

c5sire/brapi documentation built on Oct. 17, 2019, 11:45 a.m.