Skip to content

Instantly share code, notes, and snippets.

View mielniczuk's full-sized avatar

Anthony Simon Mielniczuk mielniczuk

View GitHub Profile
#sankey of PIMCO All Asset All Authority holdings
#data source http://investments.pimco.com/ShareholderCommunications/External%20Documents/PIMCO%20Bond%20Stats.xls
require(rCharts)
#originally read the data from clipboard of Excel copy
#for those interested here is how to do it
#read.delim(file = "clipboard")