This function provides a summary of the characteristics (i.e. metadata) of a local community.

comm_summary(dataset = NULL)

Arguments

dataset

A data frame for a single site (or a group of sites). For example, a data frame created with comm_subset(). This function relies on the variable names used in the original RecruitNet database, so it cannot be used with other datasets unless they follow exactly the ordering and the names used in RecruitNet.

Value

A data frame with summary information of the local community/ies.

Examples

All_sites_details <- comm_summary(RecruitNet)
Ventisquero <- comm_subset(RecruitNet, site = "Ventisquero")
Ventisquero_details <- comm_summary(Ventisquero)