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 the path to file or connection. We should use file consistently. Update argument name in these functions:
read_asc_Andor
read_asc_PerkinElmer
read_ini
read_txt_Horiba
read_txt_Horiba_t
read_txt_Horiba_xy
read_zip_Renishaw
read_txt_Renishaw
read_txt_Shimadzu
read_dat_Witec
read_txt_Witec
read_txt_Witec_Graph
read_txt_Witec_TrueMatch
NOTE: some functions use specific argument names like filex. Please, mention functions like this by commenting on this issue. We should decide on the names of these arguments separately.
In
read_*()
functions, we currently usefile
,files
,filename
orcon
to indicate the path to file or connection. We should usefile
consistently. Update argument name in these functions:NOTE: some functions use specific argument names like
filex
. Please, mention functions like this by commenting on this issue. We should decide on the names of these arguments separately.The text was updated successfully, but these errors were encountered: