README.md

pfsrsdk

This project follows semantic versioning

R package to interact with the Thermo Fisher Scientific Platform for Science APIs

Installation

From RStudio Server Pro

If developing on a Thermo Fisher Scientific-hosted RStudio Server Pro environment, the administrators have made the pfsrsdk package available from the server's local CRAN repository.

install.packages("pfsrsdk")
library(pfsrsdk)

From Bitbucket

Install the package from Bitbucket with devtools:

install.packages("devtools")
devtools::install_bitbucket("corelims/pfsrsdk", auth_user="BITBUCKET_USER", password="BITBUCKET_PASSWORD")

From Nexus Repository

To be determined.

Usage

See package documentation for usage.



ajwtech/pfsrsdk documentation built on June 14, 2019, 10:34 a.m.