<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anpontan382</author_name>
  <author_url>https://blog.hatena.ne.jp/anpontan382/</author_url>
  <blog_title>R筋</blog_title>
  <blog_url>https://anpontan382.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>deplyrパッケージの使い方について実際に実行してご紹介します。 #deplyr読み込み library(dplyr) #iris読み込み iris &lt;- datasets::iris #種類ごとに何個あるのかクロス集計 iris %&gt;% dplyr::group_by(Species) %&gt;% dplyr::summarise(total=n()) 実行結果はこんな感じ。 # A tibble: 3 × 2 Species total 1 setosa 50 2 versicolor 50 3 virginica 50標準のtable(iris$Species)でも同様の値がとれます。 ほ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanpontan382.hatenablog.com%2Fentry%2F2017%2F06%2F11%2F143303&quot; title=&quot;【R】dplyrでクロス集計 - R筋&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>2017-06-11 14:33:03</published>
  <title>【R】dplyrでクロス集計</title>
  <type>rich</type>
  <url>https://anpontan382.hatenablog.com/entry/2017/06/11/143303</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
