<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mtiit</author_name>
  <author_url>https://blog.hatena.ne.jp/mtiit/</author_url>
  <blog_title>(O+P)ut</blog_title>
  <blog_url>https://www.mtioutput.com/</blog_url>
  <categories>
    <anon>Rlang</anon>
  </categories>
  <description>POSIXlt character as.POSIXltにて文字列から時刻に変換できます。 &gt; as.POSIXlt(&quot;2000/11/22 23:34&quot;) [1] &quot;2000-11-22 23:34:00 JST&quot;数値は秒数として演算できます。 &gt; test &lt;- as.POSIXlt(&quot;2000/11/22 23:34&quot;) &gt; test + 60 [1] &quot;2000-11-22 23:35:00 JST&quot;計算後に再度文字列に変換する場合はas.characterで変換します。 &gt; test &lt;- test + 300 &gt; test_s &lt;- as.character(test) &gt; tes…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.mtioutput.com%2Fentry%2Fit%2Frlanguage-date-string&quot; title=&quot;【R言語入門】文字列と時刻の変換 - (O+P)ut&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>https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtiit/20181110/20181110103332.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-17 09:00:00</published>
  <title>【R言語入門】文字列と時刻の変換</title>
  <type>rich</type>
  <url>https://www.mtioutput.com/entry/it/rlanguage-date-string</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
