Displaying 2 results from an estimated 2 matches for "business_day".
2009 Mar 26
2
Getting started,
...ows the
language to ask for tips, so please excuse my ignorance.
I'm trying to download data direct from the Federal Reserve statistics
website and graph it, using the following:
#This downloads the data from the Fed website
download.file("http://www.federalreserve.gov/releases/h15/data/Business_day/H15_ED_M1.txt","Eurodollar_deposits1M.dat")
#This reads that data into a table
data_download=read.table("Eurodollar_deposits1M.dat",skip=8,sep=",",head=T)
#This is attempting to get R to read the date column, which is in
"mm/dd/yyyy" format
#I have...
2006 Mar 08
3
getting holiday dates?
Hi, i''m writing a timesheet application in which i need to know when the
holidays are, (bank holidays, etc)
Is there a very clever way of getting this info that wouldnt require me
to manually add it to my database??
Thanks
Chris
--
Posted via http://www.ruby-forum.com/.