Assert that a link table is the complete population register
Source:R/share-weights.R
complete_links.RdA declarative marker for share_weights()'s multiplicity argument. It
states that links holds every link in the source population, not only the
links of the sampled units, and so authorizes samplyr to count it.
Value
complete_links() is only meaningful inside
share_weights(multiplicity = ) and otherwise throws an error.
Details
Named for the assertion rather than for the counting it triggers, because the assertion is what a reader has to check.
See also
Other weight sharing:
complete_weighted_links(),
extend_links(),
share_weights(),
weighted_links()