Monday, July 25, 2011

reading numeric data from a string variable in R

use textConnection :

strin_var = readLines(textfle)
tc=textConnection(string_var)
df = read.table(tc,colClasses="numeric")


http://www.r-bloggers.com/example-8-27-using-regular-expressions-to-read-data-with-variable-number-of-words-in-a-field/

Friday, July 15, 2011

Backing up or moving a Silverstripe website

http://silverstripe.org/installing-silverstripe/show/4581#post251271

Thursday, July 14, 2011

Flushing cache in Silverstripe

go to the link http://silverstripe.website.org/?flush=1

Wednesday, July 13, 2011