View source: R/indivsInfo_ExtractOriginalsBySuccess.R
indivsInfo_ExtractOriginalsBySuccess | R Documentation |
Function to extract a dataframe of original IDs classified by success.
indivsInfo_ExtractOriginalsBySuccess(dfrStart, dfrEnd = NULL)
dfrStart |
- dataframe with startTime and origID of unique initial individuals |
dfrEnd |
- NULL, or dataframe with startTime, orgiID, and id of unique individuals in "successful" life stage(s) |
The "index" consists of a dataframe with columns
startTime
origID
successful - TRUE/FALSE indicating whether or not a "succssful" life stage was eventually reached
and a row for each "original" individual.
If dfrEnd
is NULL
, all individuals are classified with success as FALSE.
a dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.