check_incomplete | R Documentation |
This unexported helper is used internally in valid_dates to optionally issue a warning for potential completeness of seed and signal data based on dates provided.
check_incomplete(seed_date, signal_date, resolution)
seed_date |
Last date available in seed object |
signal_date |
First date available in signal object |
resolution |
Character vector specifying the temporal resolution (e.g., "weeks", "months") |
Operates as side-effect and returns a warning()
if there are the seed and signal dates combined indicate an incomplete week or month.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.