r

Prolog files

r_call.pl  -- R plugin for SWISHShow source
r_data.pl  -- R data frame handlingShow source
r_expand_dot.plShow source
r_grammar.pl  -- R parser primitivesShow source
r_sandbox.pl  -- Declare the R API safeShow source
r_serve.pl  -- SWI-Prolog Rserve clientShow source
r_assign/3Assign a value to variable VarName in Rserve.Source
r_close/1Close an open connection to an R server.
r_detach/2Detach a session to be resumed later.Source
r_eval/2Evaluate R Command without waiting for a reply.
r_eval/3Send Command to Rserve and translate the resulting R expression into a Prolog representation.
r_eval_ex/3As r_eval/3, but captures R exceptions and translates these into Prolog exceptions.Source
r_login/3Login with the R server.
r_open/2Open a connection to an R server.
r_open_hook/2Hook that is used to translate Alias into an R connection.Source
r_read_file/3Read the content of a remote file into the string Content.
r_remove_file/2Remove FileName from the server.
r_resume/2Resume an R session from a key obtained using r_detach/2.Source
r_server_eval/2Evaluate Command in the main server.
r_server_shutdown/1Cause the main server to shutdown.
r_server_source/2Process FileName on the main server.
r_term.pl  -- Translate a Prolog term into an R expressionShow source