ROOT
v6-30
Reference Guide
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
}
name
char name[80]
Definition
TGX11.cxx:110
TRDataFrame.h
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-30 - Reference Guide Generated on Tue Oct 29 2024 12:54:36 (GVA Time) using Doxygen 1.9.8