Top "Coerce" questions

Converting a data frame to xts

I'm trying to convert a data frame to xts object using the as.xts()-method. Here is my input dataframe …

r dataframe coerce xts time-series
Convert from list to numeric

I am tying to coerce from list form to numeric form. If it is of use, the list is originally …

r list double coerce
In Ruby, how does coerce() actually work?

It is said that when we have a class Point and knows how to perform point * 3 like the following: class …

ruby coercion coerce type-coercion