You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm try to get a timeline using timevis, but although data was provided i get only the minimal timeline,
the one obtained by calling the function without arguments
data come from an excel sheet imported by read_excel with date in POSIXct that I converted as character.
> str(mytime)
'data.frame': 15 obs. of 5 variables:
$ id : int 1 2 3 4 5 6 7 8 9 9 ...
$ content: chr "Presentazione proposta" "Approvazione proposta da parte del CS IZSLER" "Approvazione Ministero e Inizio Progetto" "Inizio attività borsa di studio U.O.1" ...
$ start : chr "2016-09-16" "2016-10-14" "2017-12-15" "2018-02-01" ...
$ end : chr NA NA NA "2019-02-01" ...
$ type : chr "point" "point" "point" "range" ...
>
I ve no problem using timevisData provided with the package.
Any suggestion?
Could you please provide a full reproducive code example, including code to create the data?
The visual output from str() is not exact and isn't a good way for me to reproduce your problem. I need code that I can copy-paste in order to troubleshoot. Also it looks like you have a lot of packages attached which could be interfering with timevis (not likely, but still possible), try to produce just the bare minimum which means just creating the dataframe.
@TMax66 After previously saying your data is invalid, I actually decided to consider this a bug because there was no documentating saying id must be unique. So I now added documentation for that. Thanks for reporting!
Hi,
i'm try to get a timeline using timevis, but although data was provided i get only the minimal timeline,
the one obtained by calling the function without arguments
data come from an excel sheet imported by read_excel with date in POSIXct that I converted as character.
I ve no problem using timevisData provided with the package.
Any suggestion?
The text was updated successfully, but these errors were encountered: