R - 格式错误的日期 - LMT格式

时间:2016-12-13 11:30:32

标签: r rmysql as.date

从R我将数据读入MySQL数据库。有一个日期列。 问题是结果非常糟糕。

(mapc #'set-number '(number1 number2 number3) '(1 2 3))

我之前从未见过这种情况,也没有as.Date或as.POSIXct这样的转换方法。 怎么解决呢?

1 个答案:

答案 0 :(得分:0)

我们也可以使用library(lubridate) dmy_hms(x) #[1] "2009-12-01 00:13:36 UTC"

x <- "-1-12-09 00:13:36 LMT"

数据

<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/drawer_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true"
    tools:openDrawer="start">

    <include
        layout="@layout/app_bar_main"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <android.support.design.widget.NavigationView
        android:id="@+id/nav_view"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_gravity="start"
        android:layout_marginTop="?android:attr/actionBarSize"
        android:fitsSystemWindows="false"
        app:headerLayout="@layout/nav_header_main"
        app:menu="@menu/activity_main_drawer" />

</android.support.v4.widget.DrawerLayout>