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
In read_*() functions we currently use file, files, filename or con to indicate path to file or connection. We should use file consistently. Update argument name in these functions (or renamed versions, see #8):
read_spc
read_spc_Kaiser
read_spc_Kaiser_low_high
read.spc.Kaiser_map
The text was updated successfully, but these errors were encountered:
In
read_*()
functions we currently usefile
,files
,filename
orcon
to indicate path to file or connection. We should usefile
consistently. Update argument name in these functions (or renamed versions, see #8):The text was updated successfully, but these errors were encountered: