/swish/pack/rserve_client/prolog/r/r_serve.pl
All Application Manual Name SummaryHelp

  • prolog
    • r
      • r_call.pl -- R plugin for SWISH
      • r_serve.pl -- SWI-Prolog Rserve client
        • r_open/2
        • r_close/1
        • r_login/3
        • r_assign/3
        • r_eval/3
        • r_eval_ex/3
        • r_eval/2
        • r_read_file/3
        • r_remove_file/2
        • r_open_hook/2
        • r_detach/2
        • r_resume/2
        • r_resume/3
        • r_server_eval/2
        • r_server_source/2
        • r_server_shutdown/1
      • r_grammar.pl -- R parser primitives
      • r_term.pl -- Translate a Prolog term into an R expression
      • r_expand_dot.pl
      • r_data.pl -- R data frame handling
      • r_sandbox.pl -- Declare the R API safe
 r_server_eval(+Rserve, +Command)
Evaluate Command in the main server. The main server must be configured to allow for control commands.