ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
▼
bindings
►
pyroot
▼
r
►
doc
►
inc
▼
src
►
RExports.cxx
►
TRCompletion.cxx
►
TRCompletion.h
TRDataFrame.cxx
TRFunctionExport.cxx
TRFunctionImport.cxx
►
TRInterface.cxx
TRObject.cxx
►
tests
►
tpython
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TRDataFrame.cxx
Go to the documentation of this file.
1
// Author: Omar Zapata Omar.Zapata@cern.ch 2015
2
3
/*************************************************************************
4
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
#include<
TRDataFrame.h
>
11
12
13
using namespace
ROOT::R
;
14
15
//______________________________________________________________________________
16
TRDataFrame::TRDataFrame():
TObject
()
17
{
18
df
= Rcpp::DataFrame::create();
19
}
20
21
//______________________________________________________________________________
22
TRDataFrame::TRDataFrame
(
const
TRDataFrame
&
_df
):
TObject
(
_df
)
23
{
24
df
=
_df
.df;
25
}
26
27
//______________________________________________________________________________
28
TRDataFrame::Binding
TRDataFrame::operator[]
(
const
TString
&
name
)
29
{
30
return
Binding
(
df
,
name
);
31
}
Binding
void Binding()
Definition
Binding.C:21
name
char name[80]
Definition
TGX11.cxx:110
TRDataFrame.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT::R::TRDataFrame::Binding
Definition
TRDataFrame.h:183
ROOT::R::TRDataFrame
This is a class to create DataFrames from ROOT to R.
Definition
TRDataFrame.h:176
ROOT::R::TRDataFrame::operator[]
Binding operator[](const TString &name)
Definition
TRDataFrame.cxx:28
ROOT::R::TRDataFrame::TRDataFrame
TRDataFrame()
Default TDataFrame constructor.
Definition
TRDataFrame.cxx:16
ROOT::R::TRDataFrame::df
Rcpp::DataFrame df
Definition
TRDataFrame.h:180
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
TString
Basic string class.
Definition
TString.h:139
ROOT::R
namespace associated R package for ROOT.
Definition
RExports.h:71
bindings
r
src
TRDataFrame.cxx
ROOT v6-32 - Reference Guide Generated on Wed Apr 9 2025 15:51:24 (GVA Time) using Doxygen 1.10.0