README.md

FinTxtClient

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. lifecycle minimal R version CRAN_Status_Badge Build Status

R client to work with the FinTxt news intensities API found at https://api.fintxt.io/rest/.

Installing

Install the package by executing

devtools::install_github("FinTxt/FinTxtClient")

Usage

After installing the package, use the following code to call the endpoints:

library(FinTxtClient)
Sys.setenv("FINTXT_CLIENT_TOKEN" = "<yourtoken>")
r <- fintxt_get_languages()

See the documentation here



FinTxt/FinTxtClient-R documentation built on May 5, 2019, 1:33 a.m.