r_call.pl -- R plugin for SWISH![]() | ||
---|---|---|
<-/1 | Evaluate Expression, discarding the result. | ![]() |
<-/2 | Assign the result of evaluating the given R Expression to Var. | ![]() |
r/4 | Parse {|r(Arg,...||R-code|} into a the expression below. | ![]() |
r_call/2 | Construct and possibly call an R function. | ![]() |
r_console/2 | Hook console interaction. | ![]() |
r_display_images/1 | Hook to display images. | ![]() |
r_execute/3 | Execute the R command Command after binding the variables in Assignments and unify the result with Result. | ![]() |
r_init_session/1 | Multifile hook that is called after the Rserve server has handed us a new connection. | ![]() |
r_setup_graphics/2 | Setup graphics output using files. | ![]() |
r_open_hook/2 | Called for lazy creation to the Rserve server. | ![]() |
r_data.pl -- R data frame handling![]() | ||
r_data_frame/3 | Create an R data.frame from the solutions of Goal. | ![]() |
r_data_frame_colnames/2 | ColNames are the column names for DataFrame as a list of atoms. | ![]() |
r_data_frame_from_dicts/2 | Assign the R variable DataFrame the content of Rows. | ![]() |
r_data_frame_from_rows/2 | Assign the R variable DataFrame the content of Rows. | ![]() |
r_data_frame_rownames/2 | RowNames are the row names for DataFrame as a list of atoms. | ![]() |
r_data_frame_to_dicts/2 | Translate a DataFrame into a list of dicts, where each dict represents a row. | ![]() |
r_data_frame_to_rows/3 | Translate a 2-dimensional R dataframe into a list of compound terms, each representing a row. | ![]() |
r_expand_dot.pl![]() | ||
r_grammar.pl -- R parser primitives![]() | ||
r_identifier/1 | Recognise an R identifier. | ![]() |
r_identifier/1 | True if Atom is a valid R identifier name. | ![]() |
r_token/3 | Get an R token from the input. | ![]() |
r_tokens/3 | Get R tokens in a non-greedy fashion. | ![]() |
r_sandbox.pl -- Declare the R API safe![]() | ||
r_serve.pl -- SWI-Prolog Rserve client![]() | ||
r_term.pl -- Translate a Prolog term into an R expression![]() | ||
r_expression/4 | Grammar that creates an R command from a Prolog term. | ![]() |