check_ts | R Documentation |
'.gz'
-file time series is completechecks if daily '.gz'
-file time series in the present working directory is complete.
check_ts(sstring="*.gz",folder,output=F)
sstring |
Character string indicating search criteria for gz-files (default is |
folder |
Character string indicating the folder in which searched files are located (default is current working directory) |
output |
weather the missing dates should be returned as vector (default is |
optional vector of missing dates (see output
argument).
Robert K. Bauer
name_split, check_gzfiles
## Example 1: plot '.gz'-files, following default plot-procedure
path <- system.file("test_files", package="oceanmap")
check_gzfiles(folder=path) # return file summary-table per filetype
## check for missing dates
check_ts('medw4*',folder=path)
check_ts('medw4*',folder=path,output=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.