Bug 380581 - POSIXct/POSIXlt class in data editor
Summary: POSIXct/POSIXlt class in data editor
Status: REPORTED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-07 00:28 UTC by RKWard Team
Modified: 2007-11-07 00:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RKWard Team 2007-11-07 00:28:54 UTC
-- Originally posted by (AT sourceforge.net): kapatp --

-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/47 on 2017-05-31 14:48:56 +0100 --
Currently, the data editor handles numeric, factor, and cahracter classes. Often, datasets include date-time variables - which when read from csv files are treated as factors or characters \(nothing to do here\!\), but after being converted to any DateTimeClass \(as.POSIXct/as.POSIXlt\) it is displayed as numbers \(since epoch - that is how it is internally stored I guess\). Note that on "View"-ing the data, which amounts to print\(data\), the date variable is properly handled by print. Is there anyway to do it in the editor-display itself, instead of converting back to character?-- Labels: Editor / table --