To integrate with FactSet's Analytics APIs. Code snippets are available for below APIs
- R-4.1.0 or higher
-
Install from CRAN:
Rscript -e "install.packages('factset.protobuf.stach.v2', repos = 'http://cran.us.r-project.org')" Rscript -e "install.packages('factset.protobuf.stachextensions', repos = 'http://cran.us.r-project.org')"
Refer examples project for sample code snippets to quickly get started.
- Set the environment variables as below. Use the Developer Portal Manage API Keys page to get these values.
Sys.setenv("ANALYTICS_API_URL" = "https://api.factset.com")
Sys.setenv("ANALYTICS_API_USERNAME_SERIAL" = "<username-serial>")
Sys.setenv("ANALYTICS_API_PASSWORD" = "<apikey>")
- Projects examples are open to enhancements and bug fixes. Please create a pull requests with the proposed changes.