seqinr (version 3.6-1)

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 {
  
# }
# NOT RUN {
# Need internet connection
   choosebank("emblTP")
   closebank()
  
# }

Run the code above in your browser using DataLab