search for: rgsp

Displaying 2 results from an estimated 2 matches for "rgsp".

Did you mean: resp
2013 Jun 10
1
Help with R loop for URL download from FRED to create US time series
I am downloading time series data from FRED. I have a working download, but I do not want to write out the download for all 50 states likes this: IDRGSP <- read.table('http://research.stlouisfed.org/fred2/data/IDRGSP.txt', skip=11, header=TRUE) IDRGSP$DATE <- as.Date(IDRGSP$DATE, '%Y-%m-%d') IDRGSP$SERIES <- 'IDRGSP' IDRGSP$DESC <- "Real Total Gross Domestic Product by State for Idaho, Mil. of, A, NSA, 2012...
2005 May 20
2
RSYNC with Double-byte
Hi All, Can anyone suggest how to make rsync work in order to replicate double-byte characters ? Thanks to anyone who can help aslay