Hi R-Helpers Is there a way to access the parameters passed to a function all at once? I want something like: misc.params = list(...) except such that it works with formal named parameters. Context--I am running lots of simulations, want to record how they were specified. Thanks!