rservex v0.1.3 Rservex.Connection
Link to this section Summary
Functions
check if the response has a valid format according: https://www.rforge.net/Rserve/dev.html
Link to this section Functions
Link to this function
check_ack(conn)
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)
Link to this function