Skip to content
Prev 388365 / 398500 Next

empty data frame and POSIXct data types

1) It _is_ a vector. Why do you think it is not a vector?

2) Your data frame has one row, with an NA in the date_POSIX column. You cannot fit a vector of length 2 as a column into a data frame with only 1 row.

What are you trying to do? Do you really want to end up with a 2-row data frame or a 3 row data frame?
On June 24, 2021 6:34:31 AM PDT, Stefano Sofia <stefano.sofia at regione.marche.it> wrote: