Displaying 1 result from an estimated 1 matches for "myacc".
Did you mean:
yacc
2023 Jul 06
0
Warning 'as.data.frame.POSIXct()' is deprecated
...df = data.frame (time = seq(now, now + 10, by =1), B = 1:11)
>>>>> ```
>>>>>>
>>>>> (this is a simplification of for example:
>>>>>>
>>>> https://github.com/wadpac/GGIR/blob/master/tests/testthat/test_read.myacc.csv.R
>>>>> )
>>>>>>
>>>>> Does this mean I am discouraged from putting a vector with POSIXct
>>>>> values
>>>>> in a data.frame?
>>>>> If yes, what would be the recommended work around?
>>&g...