Example:
tmp <- fc(ls, all.names = TRUE)
tmp()
This fails but the following works:
Basically, when tmp() is run, R complains that pattern cannot be found. Within the ls() function, we can see that there are conditional clauses that check for whether the pattern argument is passed in.