library(opensilexWSClientR)

The opensilexWSClientR library allows an openSILEX user to create a connection to the web services of this system of information openSILEX. If the user wants to have access to openSILEX data for example, he has to load this library and create a connexion to the specified url.

Creation of an identifier

Ask permission to request to a web service. The user has to give a identifier, a password and a web service URL:

  # If you want to access to an OpenSILEX web service, you have to insert the address of the WS and the port
  # connectToOpenSILEXWS(identifier="guest@opensilex.org",password="guest", url = "http://www.opensilex.org/rest/")

Set log level

To get more or less informations on calls:

  setLogLevel("DEBUG")
  # If you want to access to a private web service, you have to insert the address of the WS and the port
  # connectToOpenSILEXWS(identifier="guest@opensilex.org",password="guest", url = "www.opensilex.org/rest/")

Session info

  sessionInfo()

References

  1. R Development Core Team (2015). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org.


OpenSILEX/opensilex-ws-client-R documentation built on June 2, 2021, 10:24 p.m.