.group: the ID of the missing values group within each column
.from: the first timestamp of the missing values group
.to: the last timestamp of the missing values group
.n: the number of missing values per group
Arguments
x
A DTSg object (S3 method only).
cols
A character vector specifying the columns whose missing values
shall be listed. Another possibility is a character string containing
either comma separated column names, for example, "x,y,z", or the start
and end column separated by a colon, for example, "x:z".