search for: defra

Displaying 1 result from an estimated 1 matches for "defra".

Did you mean: defa
2011 Feb 16
0
remote data access from Sweave - does not evaluate?
Hello R users I am having trouble accessing data on a remote server when using sweave. An example is the loading of an .RData file e.g. load(url("http://uk-air.defra.gov.uk/openair/R_data/MH_2006.RData")) which works fine from the command line (this loads a small .RData file into R). I have a sweave document with this sort of code in that is meant to import data from the server and then process it. I am finding however that lines of code that try and i...