print.qaw: Print method for objects from class qaw

View source: R/ClassSeq.R View source: R/query.r View source: R/R_socket.R

print.qawR Documentation

Print method for objects from class qaw

Description

Print the number of elements, their type and the corresponding query.

Usage

## S3 method for class 'qaw'
print(x, ...)

Arguments

x

A objet of class qaw

...

not used

Value

None.

Author(s)

J.R. Lobry

References

citation("seqinr")

See Also

print

Examples

## Not run:  
  ### Need internet connection
  choosebank("emblTP")
  list1 <- query("sp=felis catus")	
  list1
  # 4732 SQ for sp=felis catus
  
## End(Not run)

seqinr documentation built on March 31, 2023, 3:05 p.m.