List extension packs
/app
/app/spacy
/app/swish
/app/tokenize/prolog
/data/config-enabled
/swish
/swish/lib
/swish/lib/plugin
/swish/lib/render
/swish/pack/profile/prolog
/swish/pack/profile/prolog/profile/backend
/swish/pack/rserve_client/prolog/r
/swish/pack/sCASP/prolog
/swish/pack/sCASP/prolog/scasp
/swish/pack/sCASP/prolog/scasp/clp
/swish/pack/sCASP/prolog/scasp/lang
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/clp/clpq
/usr/lib/swipl/library/clp/clpqr
/usr/lib/swipl/library/clp/clpr
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/usr/lib/swipl/library/dialect/swi
/usr/lib/swipl/library/http
/usr/lib/swipl/library/lynx
/usr/lib/swipl/library/pldoc
/usr/lib/swipl/library/semweb
pengine://3bdbe421-5a22-4a8b-9a16-b6517f0b21f2
pengine://3fc1e823-7bc6-4832-92be-79782f24192a
pengine://615db55e-d8f2-484f-b983-40cbf882db11
pengine://6afb0ad4-92ae-4ffd-8b41-052fe8a55c7e
pengine://7277c588-0443-4f24-9ee9-8fb6389ac486
pengine://84a70a79-ae33-4e5d-a408-45c20e9d178b
pengine://9fbc215d-d033-46df-95fc-e1acf2192867
pengine://b7fce712-6714-462a-818d-b98f358e838a
pengine://e0f17312-04f8-48ba-8611-11570f6414bc
pengine://fa46a52b-ca04-4d93-870e-89f15399240c
/swish/pack/rserve_client/prolog/r/r_data.pl
All
Application
Manual
Name
Summary
Help
prolog
r
r_call.pl -- R plugin for SWISH
r_serve.pl -- SWI-Prolog Rserve client
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_data_frame/3
r_data_frame_to_dicts/2
r_data_frame_to_rows/3
r_data_frame_from_dicts/2
r_data_frame_from_rows/2
r_data_frame_colnames/2
r_data_frame_rownames/2
r_sandbox.pl -- Declare the R API safe
r_data_frame_from_rows
(+DataFrame, +Rows)
is
det
Assign the R variable
DataFrame
the content of
Rows
.
Rows
is a list of compound terms.