Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

FactSet

Analytics API Engines R SDK

build cran API version Apache-2 license

Use this library to integrate with FactSet's Analytics APIs. Below APIs are supported by this SDK.

Contents

Requirements

  • R-3.5.3 or higher

Installation

  • Install from CRAN:

    Rscript -e "install.packages('factset.analyticsapi.engines', repos = 'http://cran.us.r-project.org')"
  • Alternatively, download or clone this repository and build the SDK:

    git clone https://github.com/factset/analyticsapi-engines-r-sdk.git
    R CMD build auto-generated-sdk

Usage

Refer examples project for sample code snippets to quickly get started with the SDK

Tests

Prerequisite

testthat - For running end-to-end tests

Running the tests using RStudio

  • Open RStudio and open a new R script.

  • Set the working directory to the analyticsapi-engines-r-sdk directory using the setwd() command.

setwd("/path/to/analyticsapi-engines-r-sdk")
Sys.setenv("ANALYTICS_API_URL" = "https://api.factset.com")
Sys.setenv("ANALYTICS_API_USERNAME_SERIAL" = "<username-serial>")
Sys.setenv("ANALYTICS_API_PASSWORD" = "<apikey>")

Contributing

About

No description, website, or topics provided.

Resources

License

Packages

No packages published
You can’t perform that action at this time.