I will try this.
thank you.
2012/11/23 Milan Bouchet-Valat
> Le vendredi 23 novembre 2012 à 03:17 +0100, vincent guyader a écrit :
> > Hi everyone,
> >
> > I made some tests with Rcmdr, to add a function with default parameters :
> >
> > For example (very simple):
> >
> > myfunction<-function(v
Le vendredi 23 novembre 2012 à 03:17 +0100, vincent guyader a écrit :
> Hi everyone,
>
> I made some tests with Rcmdr, to add a function with default parameters :
>
> For example (very simple):
>
> myfunction<-function(var="314"){
> print("hello")
> print(var)
> }
>
> if I run myfunction() dire
Hi everyone,
I made some tests with Rcmdr, to add a function with default parameters :
For example (very simple):
myfunction<-function(var="314"){
print("hello")
print(var)
}
if I run myfunction() directly i see :
> myfunction()
[1] "hello"
[1] "314"
it's ok.
But if i edit de Rcmdr-menu.txt
3 matches
Mail list logo