library(opensilexWSClientR)

Creation of an identifier

Ask permission to request to the web service:

  # If you want to access to an OpenSILEX web service, you have to insert the address of the WS and the port
  connectToOpenSILEXWS(username="guest@opensilex.org",password="guest", url = "www.opensilex.org/openSilexAPI/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(username="guest@opensilex.org",password="guest", url = "www.opensilex.org/openSilexAPI/rest/")

Creation of an identifier

Ask permission to request to the web service:

  # If you want to access to a private web service, you have to insert the address of the WS and the port
  connectToOpenSILEXWS("guestphis@supagro.inra.fr","guestphis",url = "147.99.7.5:8080/phenomeapi/resources/")
  # If you want to access to a private web service, you have to insert the address of the WS and the port
  connectToOpenSILEXWS(username="guest@opensilex.org",password="guest", url = "www.opensilex.org/openSilexAPI/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.


niio972/opensilex-ws-client-r documentation built on Nov. 4, 2019, 10:06 p.m.