count | R Documentation |
Counting totals can be a bit difficult in complex
data because the logic of what should be counted may not always
be obvious. The count_
functions in this package are designed
to encode this logic and memorialize it for future reports.
filter_between()
filter_in_year()
filter_supported()
filter_core_supported()
filter_by_tag()
Ideally the count
routines will only count existing records and
not try to do additional filtering, but this may be necessary (or desirable). If
filtering, then it should use the filter()
section of this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.