Displaying 1 result from an estimated 1 matches for "goodger".
2012 Sep 11
2
R equivalent of python module structure and functionality?
...DF/blob/master/netCDF.stats.to.stdout.r
that takes named arguments without undue pain. I would also like to be
able to call it as a function from other scripts. How to do that in R?
In case that's not specific enough :-) I know how to structure files/
modules in python like
http://python.net/~goodger/projects/pycon/2007/idiomatic/cmdline.py
(i.e., generically,
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#module-structure
> """module docstring"""
>
> # imports
> # constants
> # exception classes
> # interface functions
&g...