Quiz 4
1. Which function is used for profiling code execution time?
2. How to create an environment?
3. Which function evaluates an expression in a specific environment?
4. What does `on.exit()` do?
5. What does 'dispatch' refer to in OOP?
6. How to check the formal arguments of a function?
7. What is `substitute()` used for in metaprogramming?
8. Which function returns the enclosing environment?
9. What does the `debugonce()` function do?
10. Which function is used to create an S4 method?
Previous Next