Learn R Programming

rSymbiota (version 1.0.0)

records-class: "records" class An S4 Class to represent query result from the function symbiota records holds a records table together with the query meta data and recommended citation

Description

"records" class An S4 Class to represent query result from the function symbiota records holds a records table together with the query meta data and recommended citation

Arguments

Slots

nr.records

A numeric giving the number of records retrieved

citation

A character string with the recommended citation from the website

query

A list of the user arguments used

records

A data.frame with the query records results

db

A character string specifying the database

Examples

Run this code
# NOT RUN {
showClass("records")
# }

Run the code above in your browser using DataLab