[R] How to access source code
    Christofer Bogaso 
    bog@@o@chr|@to|er @end|ng |rom gm@||@com
       
    Thu Dec  8 16:26:12 CET 2022
    
    
  
Hi,
I am trying to access the source code from package GCPM, where I am
interested to look into the source code of one function called LGD. So
I did below
> LGD
standardGeneric for "LGD" defined from package "GCPM"
function (this)
standardGeneric("LGD")
<bytecode: 0x7f9016a683a8>
<environment: 0x7f9016a91390>
Methods may be defined for arguments: this
Use  showMethods(LGD)  for currently available ones.
> showMethods(LGD)
Function: LGD (package GCPM)
this="GCPM"
However I still could not find the source code using above approach.
It would be very helpful if you can help to find the complete source
code of this function.
    
    
More information about the R-help
mailing list