Description Usage Arguments Value Author(s) Examples
Get all available files with specific file extension in directory
1 | fInitFilesDir(Dir.s, lFileExt.s, fixed = TRUE)
|
Dir.s |
Directory (string) to be searched for files |
lFileExt.s |
File extension (string) specification |
fixed |
set to FALSE, if using regular expressions |
Character vector with names of all available site files.
AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
1 2 3 4 | if( FALSE ) { #Do not always execute example code (e.g. on package installation)
Dir.s <- paste(system.file(package='REddyProc'), 'examples', sep='/')
fInitFilesDir(Dir.s, 'txt')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.