args(x)
args(persp)# Returns the following: function(x, y, z, xlab = "X", ylab = "Y", zlab = "Z", axes = T, box = T, eye = NULL, zlim, ar = 1, ...) NULL
c # short function; don't need args()
function(..., recursive = F) amp;.Internal(list(..., recursive), "S_unlist", T, 1)
args("[") # need a character string here
function(x, ..., drop = T) NULL
f2 <- args(f) ; fix(f2) # duplicate argument list of f, edit new body