Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. f <- function(argX) {
  2. list(quote(argX), substitute(argX), argX)
  3. }
  4.  
  5. suppliedArgX <- 100
  6. f(argX = suppliedArgX)
Add Comment
Please, Sign In to add comment