r

Prolog files

r_call.pl  -- R plugin for SWISHShow source
r_data.pl  -- R data frame handlingShow source
r_data_frame/3Create an R data.frame from the solutions of Goal.Source
r_data_frame_colnames/2ColNames are the column names for DataFrame as a list of atoms.Source
r_data_frame_from_dicts/2Assign the R variable DataFrame the content of Rows.Source
r_data_frame_from_rows/2Assign the R variable DataFrame the content of Rows.Source
r_data_frame_rownames/2RowNames are the row names for DataFrame as a list of atoms.Source
r_data_frame_to_dicts/2Translate a DataFrame into a list of dicts, where each dict represents a row.Source
r_data_frame_to_rows/3Translate a 2-dimensional R dataframe into a list of compound terms, each representing a row.Source
r_expand_dot.plShow source
r_grammar.pl  -- R parser primitivesShow source
r_identifier/1Recognise an R identifier.Source
r_identifier/1True if Atom is a valid R identifier name.Source
r_token/3Get an R token from the input.Source
r_tokens/3Get R tokens in a non-greedy fashion.Source
r_sandbox.pl  -- Declare the R API safeShow source
r_serve.pl  -- SWI-Prolog Rserve clientShow source
r_term.pl  -- Translate a Prolog term into an R expressionShow source