<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chito_ng</author_name>
  <author_url>https://blog.hatena.ne.jp/chito_ng/</author_url>
  <blog_title>まずは蝋の翼から。</blog_title>
  <blog_url>https://knknkn.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>使い方メモ(ライブラリ)</anon>
  </categories>
  <description>Rのパッケージでlubridateというパッケージが、日付や日時をパースするのに非常に便利だった。 &gt; test_date &lt;- as.Date('2019-02-08') #dateデータの作成 &gt; year(test_date) #年のみパース [1] 2019 &gt; day(test_date) #日のみパース [1] 8 &gt; floor_date(test_date,&quot;year&quot;) #年はじめに変換（切り捨て） [1] &quot;2019-01-01&quot; &gt; floor_date(test_date,&quot;week&quot;) #週はじめに変換（切り捨て) [1] &quot;2019-02-03&quot; 他にも、日付の計算…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fknknkn.hatenablog.com%2Fentry%2F2019%2F02%2F08%2F194157&quot; title=&quot;日付を加工するのに便利なパッケージlubridate - まずは蝋の翼から。&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-02-08 19:41:57</published>
  <title>日付を加工するのに便利なパッケージlubridate</title>
  <type>rich</type>
  <url>https://knknkn.hatenablog.com/entry/2019/02/08/194157</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
