source:
branches/prototype-v0/zoo-project/zoo-api/r/minimal.r
@
874
Last change on this file since 874 was 874, checked in by djay, 7 years ago | |
---|---|
|
|
File size: 140 bytes |
Line | |
---|---|
1 | ZOOTranslate <- function(a) { |
2 | return (.Call("ZOOTranslate",a)) |
3 | } |
4 | |
5 | ZOOUpdateStatus <- function(a,b) { |
6 | .Call("ZOOUpdateStatus",a,b) |
7 | } |
Note: See TracBrowser
for help on using the repository browser.