Extracting arguments of an R function to use in knitr
问题 Arguments of lm function can be obtained by using: args(lm) Output function (formula, data, subset, weights, na.action, method = "qr", model = TRUE, x = FALSE, y = FALSE, qr = TRUE, singular.ok = TRUE, contrasts = NULL, offset, ...) NULL Questions How to get: lm (formula, data, subset, weights, na.action, method = "qr", model = TRUE, x = FALSE, y = FALSE, qr = TRUE, singular.ok = TRUE, contrasts = NULL, offset, ...) with the description (Not complete help) of each Argument to be used in