Skip to content

datawookie/myfxbook-for-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myfxbook Interface for R

A simple interface for R to access data from myfxbook.

Find out more about the myfxbook API.

Installation

library(devtools)
install_github("DataWookie/myfxbook-for-R")

Usage

Have a look at the file in the demo directory. You'll need to set up a JSON file with your myfxbook login credentials. The file contents should look something like this:

{
    "username" : "username@gmail.com",
    "password" : "2ed2e628a257"
}

About

A small R interface to the myfxbook API.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages