Displaying 1 result from an estimated 1 matches for "myuselesspackag".
Did you mean:
myuselesspackage
2011 Feb 17
1
Function scope issues
...my
example above, while still making the remaining function of Hmisc available?
- if I pack the function 'whatever' and my version of 'combine.levels' in a
new package and modify my example as follows, will I get the same problem of
scope?
### Second example
require(Hmisc)
require(myUselessPackage) # contains custom functions: whatever and
combine.levels
x <- 1:5
names(x) <- LETTERS[x]
y <- 6: 10
names(y) <- LETTERS[y-2]
combine(x,y)
whatever(x,y)
Thanks in advance of your help.
Sebastien
[[alternative HTML version deleted]]