View source: R/check_gzfiles.r
| check_gzfiles | R Documentation |
'.gz'-file typesReturns summary table on '.gz'-file types available in a specified folder. Provided information include region (region covered, as described by the region_definitions), sat (satellite source), param (parameter), res (spatial resolution), ts (temporal resolution), filetype (file filetype)
check_gzfiles(sstring="*",folder,filetype=".gz")
sstring |
Character string indicating the search criteria for sat files (default is |
folder |
Character string indicating the folder in which searched files are located (default is current working directory) |
filetype |
Character string indicating thefile type of sat files (default is |
An aggregated data frame, returning '.gz'-file type-information (see description) on available files in a specified folder.
Robert K. Bauer
name_split, check_ts
## 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.