[R] Downloading Google finance data onto R

2016-01-26 Thread Christofer Bogaso
Hi dear, I was trying to download a Google TS data directly onto R from this link : https://www.google.com/finance?q=NSE%3ALIQUIDBEES=xlGnVuiPJ9eDuQSZ05OICw Used following function, however R generates error. > library(quantmod) > getSymbols(Symbols = "LIQUIDBEES", src = "google") Error in

Re: [R] Downloading Google finance data onto R

2016-01-26 Thread Joshua Ulrich
On Tue, Jan 26, 2016 at 6:16 AM, Christofer Bogaso wrote: > Hi dear, > > I was trying to download a Google TS data directly onto R from this link : > > https://www.google.com/finance?q=NSE%3ALIQUIDBEES=xlGnVuiPJ9eDuQSZ05OICw > > Used following function, however R

Re: [R] Downloading Google finance data onto R

2016-01-26 Thread Joshua Ulrich
On Tue, Jan 26, 2016 at 6:36 AM, Duncan Murdoch wrote: > On 26/01/2016 7:16 AM, Christofer Bogaso wrote: >> >> Hi dear, >> >> I was trying to download a Google TS data directly onto R from this link : >> >> >>

Re: [R] Downloading Google finance data onto R

2016-01-26 Thread Duncan Murdoch
On 26/01/2016 7:16 AM, Christofer Bogaso wrote: Hi dear, I was trying to download a Google TS data directly onto R from this link : https://www.google.com/finance?q=NSE%3ALIQUIDBEES=xlGnVuiPJ9eDuQSZ05OICw Used following function, however R generates error. library(quantmod)