Displaying 1 result from an estimated 1 matches for "wrkdr".
Did you mean:
wrkdir
2009 Oct 28
1
output of "for"
...ve got troubles on following thing:
As output I need a string like:
INPUT_FILENAMES = H:\\AKK_temp\\Modis\\MOD13Q1\\austria\\MOD09Q1.A2008073.h18v04.005.2008083134952.hdf|H:\\AKK_temp\\Modis\\MOD13Q1\\austria\\MOD09Q1.A2008073.h19v04.005.2008082182221.hdf
The filenames (dates) are with pathname (wrkdr) and separated with "|". The number of input filenames changes (minimum 1, maximum n)
wrkdr <- "H:\\akk_temp\\Modis\\MOD09"
dates is a data.frame where each row is a date and each column is a Modis-image (the name of it)
I did this as following:
paste('INPUT_FILENAM...