Difference between revisions of "RConnector"

From Gcube Wiki
Jump to: navigation, search
(Created page with "RConnector is a gCube Rest Service. Rconnector is a mediator service between the gCube infrastructures and RStudio Server. It offers via browser a console with the R environm...")
 
(How To use it)
Line 6: Line 6:
  
 
RConnector can be contacted via the '''r-connector-client'''.
 
RConnector can be contacted via the '''r-connector-client'''.
 +
 
'''r-connector-client''' returns a URL that used in the browser opens the R console, automatically logged in using the gcube authorization token.
 
'''r-connector-client''' returns a URL that used in the browser opens the R console, automatically logged in using the gcube authorization token.
  

Revision as of 18:34, 15 March 2016

RConnector is a gCube Rest Service. Rconnector is a mediator service between the gCube infrastructures and RStudio Server. It offers via browser a console with the R environment.

How To use it

RConnector can be contacted via the r-connector-client.

r-connector-client returns a URL that used in the browser opens the R console, automatically logged in using the gcube authorization token.

Examples

SecurityTokenProvider.instance.set("{your token}"); rConnector().build().connect();