Portable R for Bloomberg
- Only 64 bit
- Updated to R-3.1.0
- New functions for bulk download from CSV files tickers, from index constituents or from strings.
- Sample download to prepare script at home and test on terminal later.
- Bulk and non-bulk download of many description fields.
bbg.*
suffix is deprecated now usebr.*
- A formal documentation
TODO
Find in your BloomR directory the subdirectory help
intended for learning and reference material.
As this is development version the help resources are not yet finalised!
Download bloomr.build.R and under R for Windows issue:
source("path\to\bloomr.build.R")
makeBloomR("path\to\workDir")
You will find your portable BloomR directory inside your workDir
.
A decent R version is needed 3+ (perhaps older version will do).
.Platform$OS.type == "windows"
. XML
and Rcurl
packages are needed, but if missing, the build script will try to download and install them.
R should be able to connect to the Internet.
If you want to find BloomR.zip
too in your work directory use:
makeBloomR("path\to\workDir", zip = TRUE)