Closed nsheff closed 5 years ago
From the docstring it appears so, but I think it's written that way more as a notice of natural behavior without any additional handling from the function itself. Happy to change to NULL
; I can't imagine use of this has spread far enough to result in far-flung ramifications for changing it.
revamped in major revision.
firstExtantFile
will return NA, instead of an error, if provided a bad file paththis causes problems in
findConfigFile
, which doesn't returnNULL
(which is what it seems to want to do in case of no return), but instead returns NA.Is this the intended behavior?