r-hyperspec / hySpc.read.txt

Import ASCII formatted data into hyperSpec
https://r-hyperspec.github.io/hySpc.read.txt/
MIT License
0 stars 1 forks source link

Use `file` for file name input #43

Open GegznaV opened 3 years ago

GegznaV commented 3 years ago

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:

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.


GegznaV commented 3 years ago

Might be helpful:

GegznaV commented 2 years ago

This issue is ready to be solved.