Learn R Programming

seqinr (version 3.3-3)

closebank: To close a remote ACNUC database

Description

This function tries to close a remote ACNUC database.

Usage

closebank(socket = autosocket(), verbose = FALSE)

Arguments

socket
an object of class sockconn connecting to a remote ACNUC database (default is a socket to the last opened database).
verbose
Logical. If TRUE, verbose mode is on

References

citation("seqinr")

See Also

choosebank

Examples

Run this code
  ## Not run: # Need internet connection
#    choosebank("emblTP")
#    closebank()
#   ## End(Not run)

Run the code above in your browser using DataLab