You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect fwf_positions() to guess the value of end based on the value of start. If end is not specified, the best guess should be that end is lead(start)-1. Perhaps I misunderstand what arg=NULL means, but having end=NULL implies to me that end is optional. I believe that this function could be improved with some simple changes:
I would expect
fwf_positions()
to guess the value ofend
based on the value ofstart
. Ifend
is not specified, the best guess should be thatend
islead(start)-1
. Perhaps I misunderstand whatarg=NULL
means, but havingend=NULL
implies to me thatend
is optional. I believe that this function could be improved with some simple changes:The text was updated successfully, but these errors were encountered: