README.md

opensilexWSClientR

OpenSILEX WS client R

A set of basic functions to connect R to an OpenSILEX web service. Public access is allowed with specific login as well as private access if the user has an account on an instance of the OpenSILEX system information.

This package is used by other packages.

Installation

To install the opensilexWSClientR package, the easiest is to install it directly from Github. Open an R session and run the following commands:

library(remotes)
install_github("OpenSILEX/opensilex-ws-client-r", build_vignettes=TRUE)

You can also download a tar.gz archive of "master" version and install it with install_packages().

Usage

Once the package is installed on your computer, it can be loaded into a R session:

library(opensilexWSClientR)
help(package="opensilexWSClientR")

Use this R package in another R package from github

How to had a github R package to description file : dependencies

Test

You can give a test to the package using the available vignettes (/doc directory) and use the documentation. if you have some difficulties to retrieve the html vignettes, you can use https://rawgit.com on the github file paths:

Citation

You should cite the opensilexWSClientR package:

citation("opensilexWSClientR")

See also citation() for citing R itself.



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