search for: someodd

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

Did you mean: someody
2012 Jul 29
1
[BUG?] utils::prompt(name=f)
> ?prompt [SNIP] ## Create a help file for each function in the .GlobalEnv: for(f in ls()) if(is.function(get(f))) prompt(name = f) > foo <- function(x) { cat(x, '\n')} > prompt(name="foo") Error in utils:::prompt(object, filename = filename, name = name, ...) : argument "object" is missing, with no default > version platform