タグ

ブックマーク / renkun.me (2)

  • rlist 非表形式データを操作するためのツールボックス

    rlistはlistオブジェクトを操作するためのツール群です。このライブラリの目標は、listの中に格納されている表形式(data.frame)ではないデータを操作するための、幅広い関数をユーザに提供することで、listを操作しやすくすることです。 このパッケージは、listに対するマップ, フィルタリング、グルーピング、ソート、更新、検索、ファイル入出力などの数多くの関数を提供するものです。 このパッケージにおける大半の関数は、listに対するデータ処理において、チェーン(連鎖)操作できるように、"パイプ・フレンドリー"な設計となっています。 rlistの完璧なガイドとしては、rlist Tutorial を強くお勧めします インストール 最新版をGithubからインストールする: モチベーション Rにおいては、data.frameに代表されるような表形式で格納されている構造化されたデー

    hoxo_m
    hoxo_m 2015/02/09
    teramonagi△
  • Kun Ren - Difference between magrittr and pipeR

    (This post is rewritten to adapt to the latest release of pipeR) Pipeline is receiving increasing attention in R community these days. It is hard to tell when it begins but more people start to use it since the easy-and-fast dplyr package imports the magic operator %>% from magrittr, the pioneer package of pipeline operators for R. The two packages co-work well: dplyr works with data frames by a s

    hoxo_m
    hoxo_m 2014/08/10
    magrittr と pipeR の比較。
  • 1