Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 768 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 768 Bytes

pfsrsdk

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

This project follows semantic versioning

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.