To convert Date to Numeric format in R, use the as.POSIXct() function and then you can coerce it to a numeric value using as.numeric() ...
確定! 回上一頁