file
in the internal code and nondescriptive variable names
#398
Labels
file
in the internal code and nondescriptive variable names
#398
It is inconvenient to have a variable called
file
all over the code, especially in the case of using the debugger, where the symbolfile
is also a base function name.I don't think we can change the API of
import(file)
andexport(x, file)
for now. But I would suggest addingfilename <- file
or something like that immediate when entering the functions and then working onfilename
.The text was updated successfully, but these errors were encountered: