Hi,

It was only after starting to implement my R-client implementation in
examples, that I noticed there is no 'DELETE'-command specified in the
server protocol.

Is this a deliberate ommission?

I would guess that implementing such a command would come down to
something like this:
delete = function(name = name) {
  writeBin(as.raw(---BYTE---), private$sock)
  writeBin(private$raw_terminated_string(name), private$sock)
  return(list(info = private$info, success = self$bool_test_sock()))
}

If this is correct, where can I find (a list with) the required byte-codes?

Ben Engbers


Reply via email to