| count.date2 | R Documentation | 
Make grouped data for detection and correction.
count.date2(
  ddate,
  cdate,
  date.min = NULL,
  date.max = Sys.time(),
  by = "1 month"
)
ddate | 
 A vector of character strings for detection dates.  | 
cdate | 
 A vector of character strings for correction dates.  | 
date.min | 
 A character string for date, indicating the starting date.  | 
date.max | 
 A character string for date, indicating the ending date.  | 
by | 
 A character string. A increment of date. "1 month", "1 day", etc. are available.  | 
The format of date is yyyy-mm-dd. NA means that the correction has not been done by the max date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.