{"provider_name":"Hatena Blog","published":"2019-12-21 16:45:14","blog_url":"https://r-med-lecture.hatenablog.jp/","width":"100%","image_url":null,"height":"190","categories":["\u533b\u5e2b\u304c\u6559\u3048\u308bR\u8a00\u8a9e\u3067\u306e\u533b\u7642\u30c7\u30fc\u30bf\u5206\u6790\u5165\u9580"],"version":"1.0","type":"rich","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fr-med-lecture.hatenablog.jp%2Fentry%2F2019%2F12%2F21%2F164514\" title=\"087 filter\u3067\u884c\u306e\u7d5e\u308a\u8fbc\u307f - R\u8a00\u8a9e\u306b\u3088\u308b\u533b\u7642\u30c7\u30fc\u30bf\u5206\u6790\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","url":"https://r-med-lecture.hatenablog.jp/entry/2019/12/21/164514","author_name":"tentencon","title":"087 filter\u3067\u884c\u306e\u7d5e\u308a\u8fbc\u307f","provider_url":"https://hatena.blog","description":"\u307e\u3068\u3081\u4e00\u89a7 filter\u3067\u884c\u306e\u7d5e\u308a\u8fbc\u307f filter\u306e\u8aac\u660e\u3067\u3059\u3002 test <- tibble(umare = c(1990, 1992, 1997, 1991), height = c(180.0, 176.2, 165.5, 172.3), weight = c(70.2, 80.3,65.3,61.1)) test test$umare > 1995 \u3053\u306eBoolean\u3092filter\u306ftibble\u306e\u5217\u306b\u9069\u5fdc\u3057\u3066\u3001TRUE\u3067\u3042\u308b\u3082\u306e\u3092\u629c\u304d\u51fa\u3057\u307e\u3059\u3002 test test %>% filter(umare > 1995) test %>% filter(height >= 175) #\u5b9f\u969b\u306bd\u2026","author_url":"https://blog.hatena.ne.jp/tentencon/","blog_title":"R\u8a00\u8a9e\u306b\u3088\u308b\u533b\u7642\u30c7\u30fc\u30bf\u5206\u6790"}