Skip to content

rmatev/dplyr.root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dplyr.root

dplyr.root implements the inteface of the dplyr package for ROOT files backend. For more information on ROOT see https://root.cern.ch.

Feature set

Currently, only the most basic functionallity is implemented: filter, mutate, select and derivatives. For any other operations, e.g. group_by, summarise or joins, the data has to be first read in memory with collect(). Selections can be cached internally (using TEntryList) with collapse().

Installation

You must have ROOT installed on the system before installing RootTreeToR.

You can install the latest development version from github with

devtools::install_github("rmatev/RootTreeToR")
devtools::install_github("rmatev/dplyr.root")

About

ROOT Backend for dplyr

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages