search for: find_cod

Displaying 1 result from an estimated 1 matches for "find_cod".

Did you mean: find_cmd
2024 Feb 07
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
I put the idea below into a function that gives nicer looking results. Here's the new code: dupnames <- function(path = ".") { Rfiles <- pkgload:::find_code(path) allnames <- data.frame(names=character(), filename=character(), line = numeric()) result <- NULL for (f in Rfiles) { exprs <- parse(f, keep.source = TRUE) locs <- getSrcLocation(exprs) names <- character(length(exprs)) lines <- numeric(length(e...