Logout from a brapi compatible database.

ba_logout(con)

Arguments

con

A required object of class 'brapi_con'.

Value

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

References

github

See also

Examples

if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_logout(con = con) }