<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sessan</author_name>
  <author_url>https://blog.hatena.ne.jp/sessan/</author_url>
  <blog_title>setoya-blog</blog_title>
  <blog_url>https://www.setoya-blog.com/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>取り込むデータ 次のような感じで、行ごとに列数が異なるCSVが読み込み対象 data1,data2,data3,data4 data5,data6 data7,data8これを次のようなデータにしたい c( c(&quot;data1&quot;, &quot;data2&quot;, &quot;data3&quot;, &quot;data4&quot;), c(&quot;data5&quot;, &quot;data6&quot;), c(&quot;data7&quot;, &quot;data8&quot;) ) スクリプト f &lt;- file(&quot;./hogehoge.csv&quot;, &quot;r&quot;) lines &lt;- readLines(con=f) data.list &lt;- list() for (i in 1:length(lines)) { …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.setoya-blog.com%2Fentry%2F2013%2F08%2F06%2F222927&quot; title=&quot;列数の異なるCSVファイルのデータから、Rで2次元のリストを作る - setoya-blog&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>2013-08-06 22:29:27</published>
  <title>列数の異なるCSVファイルのデータから、Rで2次元のリストを作る</title>
  <type>rich</type>
  <url>https://www.setoya-blog.com/entry/2013/08/06/222927</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
