rservex v0.1.3 Rservex.Connection

Link to this section Summary

Link to this section Functions

Link to this function

check_ack(conn)
check_ack(port()) :: {:error, :invalid_ack} | {:ok, port()}

check if the response has a valid format according: https://www.rforge.net/Rserve/dev.html

Link to this function

clear_buffer(conn)

Link to this function

dt(string, atom)

Link to this function

encode_message(data, atom)

Link to this function

header(command, length)

Link to this function

receive_arr_str(conn, length)

Link to this function

receive_data(conn, len)

Link to this function

receive_data(conn, len, acc)

Link to this function

receive_item(conn, int)

Link to this function

receive_reply(conn)

Link to this function

receive_sexp(conn, type, length)

Link to this function

send_message(conn, data, type)
send_message(port(), any(), :eval) ::
  {:error, atom()} | {:ok, {:error, atom()} | {:ok, any()}}

Link to this function

transfer_string(string)