search for: redactor

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

Did you mean: reactor
2013 Feb 25
5
Rails CMS Suggestions
I am researching info on Rails CMS for work. Would like to get the communities opinion on what CMS they use and why they like that particular CMS. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2011 Jun 21
5
converting character to numeric
I'm trying to convert data from character to numeric. I've imported data as a csv file, I'm assuming that the import is a database - are all the columns in a database considered "vectors" and that they can be operated on individually Therefore I've tried the following mydata <- as.numeric(mydata$apples) when i then look at mydata again the named column is still