View source: R/annual_clan_membership.R
annual_clan_membership | R Documentation |
Identifies all hyenas alive in a specified year for the given clan. This count includes any individuals who were considered immigrants or residents and who were alive and in the clan for at least one day during the year.
annual_clan_membership(clans, years)
years |
One (or more) year, supplied as a numeric vector |
clan |
One (or more) clan names, supplied as a character vector. |
Returns tblClanMembership filtered to all individuals who were a member of the supplied clan at some point in the supplied year. Columns include the start and end date of membership in the clan.
## returns all hyenas from serena clans 2010-2012
annual_clan_membership(clans = c('happy.zebra', 'serena.s', 'serena.n'), years = 2010:2012)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.