Join us for
RADAR: AI Edition

xps (version 1.32.0)

namePart: Get Tree Names w/o Extension

Description

Get (tree) names w/o their extension.

Usage

namePart(names)

Arguments

names
vector of names.

Value

A vector of tree names w/o its extension.

Details

Extracts the name part of names, e.g.of tree names of treename.treetype stored in a ROOT file.

See Also

extenPart

Examples

Run this code
names <- c("TestA1.int", "TestA2.int")
namePart(names)

Run the code above in your browser using DataLab