xrd: Open an xrootd connection.

Description Usage Arguments Value Examples

Description

xrd() returns a pipe, while xrd_command() returns the command with which an xrootd url is piped.

Usage

1
2
3
xrd(url, decompress = TRUE)

xrd_command(url, decompress = TRUE)

Arguments

url

URL starting with root://.

decompress

Whether to automatically decompress files.

Value

A connection or the command to be given to pipe().

Examples

1
2
xrd('root://eosuser.cern.ch//eos/user/r/rmatev/readcern/README')
xrd_command('root://eosuser.cern.ch//eos/user/r/rmatev/readcern/README')

rmatev/readcern documentation built on June 7, 2019, 10:43 p.m.