filter_idfnames | R Documentation |
Filter filenames of idf- files with a date included, like 'HEAD_20080402_l1.idf'
filter_idfnames(idfname, fltr = NULL)
idfname |
idf-filename (character). |
fltr |
filter to be applied. In this filter a dot indicates the date field (character). |
Selected names of idf-files.
idfname <- c("HEAD_20080401_l1.idf","HEAD_20080501_l1")
fltr <- "filter(month==4)"
filter_idfnames(idfname, fltr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.