ISRaD.report {ISRaD} | R Documentation |
ISRaD.report
Description
Generate basic summary reports of ISRaD data
Usage
ISRaD.report(database, report)
Arguments
database |
ISRaD data object |
report |
Parameter to define which type of report is desired. The default is "count.all" other options include "entry.stats", "count.frc", or "site.map". |
Details
Wrapper for the simple reporting functions ISRaD.rep.count.all, ISRaD.rep.count.frc, ISRaD.rep.entry.stats, ISRaD.rep.site.map
Examples
# Load example dataset Gaudinski_2001
database <- ISRaD::Gaudinski_2001
# Report metadata statistics
ISRaD.report(database, report = "entry.stats")
# Report summary statistics for all levels of the database
ISRaD.report(database, report = "count.all")
# Generate a map of all ISRaD sites
ISRaD.report(database, report = "site.map")
[Package ISRaD version 2.5.5 Index]