AustralianAntarcticDivision / EchoviewR

The R package EchoviewR - a free interface between Echoview and R using COM scripting.
http://australianantarcticdivision.github.io/EchoviewR/
Other
16 stars 9 forks source link

Error with EVFindFilesetByName #8

Closed dcorr039 closed 5 months ago

dcorr039 commented 5 years ago

Hello, I have an error using the function EVFilesInFileset. If I use EVFilesInFileset on a blank fileset I expect to get 'none' or 0. What I get is the following error: " Error in fileset.loc[["DataFiles"]]$Item(i)$FileName() : attempt to apply non-function "

Might I suggest adding a statement to bypass this error if nbr.of.raw.in.fileset = 0

raymondben commented 5 months ago

fixed (yet to test)