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://12e4d424-a9b6-4914-996c-ec5a0538b862
pengine://13b88acd-e871-4389-b081-fcd79eae954d
pengine://190e4fb6-f825-4bb5-9951-7d60ac353563
pengine://1b1c6216-7ed9-4173-981b-279e590d530a
pengine://3446f220-f7d5-4775-b7bd-239cacb8cb32
pengine://74c95c56-6485-463e-b346-ee07138a5089
pengine://7841ab88-e949-4d4a-af39-5dc55a5b085d
pengine://7c658c78-ee2c-497c-b700-e529b3ad2093
pengine://cab92a6c-38ce-4af6-91f8-812c5ad15c8a
pengine://d696c23f-d9e6-48d3-adfd-3f2629bfe6a6
pengine://d7c8f5f8-cd61-452f-b7b6-7c879f93abb5
pengine://f5cb0874-4f1d-418c-845d-2ee772cddb7f
/swish/pack/rserve_client/prolog/r/r_serve.pl
All
Application
Manual
Name
Summary
Help
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_read_file
(+RServe, +FileName, -Content:string)
is
det
Read the content of a remote file into the string
Content
.