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
# Otherwise, just try and read it with a user-supplied function
cont<- read_fun(new_name, ...)
}
The names(formals(read_fun)) part bothers me a bit - it assumes that if read_fun has a format argument, that it will mean the same thing as in rio::import().
I don't plan to address this in this release, but I'd like to come back to it at some time.
The text was updated successfully, but these errors were encountered:
boxr/R/boxr_read.R
Lines 86 to 91 in 30a9275
The
names(formals(read_fun))
part bothers me a bit - it assumes that ifread_fun
has aformat
argument, that it will mean the same thing as inrio::import()
.I don't plan to address this in this release, but I'd like to come back to it at some time.
The text was updated successfully, but these errors were encountered: