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